Fixed static error for SendConAck

This commit is contained in:
Boondorl 2024-11-05 15:41:31 -05:00 committed by Ricardo Luís Vaz Silva
parent 3f4513c571
commit e898139690

View file

@ -521,7 +521,7 @@ void SendAbort (void)
}
}
static void SendConAck (int num_connected, int num_needed)
void SendConAck (int num_connected, int num_needed)
{
PreGamePacket packet;