mirror of
https://github.com/Melledy/Nebula.git
synced 2025-12-16 14:24:57 +01:00
Allow the server to send ClientDiff
This commit is contained in:
@@ -3,7 +3,7 @@ package emu.nebula;
|
||||
import java.time.ZoneId;
|
||||
|
||||
public class GameConstants {
|
||||
public static final int DATA_VERSION = 40;
|
||||
public static final int DATA_VERSION = 46;
|
||||
public static final String VERSION = "1.0.0." + DATA_VERSION;
|
||||
|
||||
public static final ZoneId UTC_ZONE = ZoneId.of("UTC");
|
||||
|
||||
Reference in New Issue
Block a user