This commit is contained in:
Anonymous275
2020-04-10 21:42:04 +03:00
parent 9bdec9e5f8
commit 29e77b147c
6 changed files with 36 additions and 36 deletions

View File

@@ -12,7 +12,7 @@ void ParseData(ENetPacket*packet,ENetPeer*peer); //Data Parser
void OnConnect(ENetPeer*peer);
ENetPacket* packet;
static int PlayerCount;
int PlayerCount = 0;
void host_server(ENetHost *server) {
ENetEvent event;