SteamWar/SpigotCore
Archiviert
13
0

Register StartingServer-ID
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful

Dieser Commit ist enthalten in:
Lixfel 2022-03-11 22:14:23 +01:00
Ursprung 317912763a
Commit 1eb5a87331

Datei anzeigen

@ -36,4 +36,5 @@ public class PacketIdManager {
public static final byte I_AM_A_LOBBY = 0x20;
public static final byte FIGHT_INFO = 0x21;
public static final byte FIGHT_ENDS = 0x22;
public static final byte STARTING_SERVER = 0x23;
}