Netty WIP
Implementing ByteBuf backed In/OutPacket first in a separate branch
This commit is contained in:
@@ -3,7 +3,7 @@ package constants.net;
|
||||
public class ServerConstants {
|
||||
|
||||
//Server Version
|
||||
public static short VERSION = 83;
|
||||
public static final short VERSION = 83;
|
||||
|
||||
//Debug Variables
|
||||
public static int[] DEBUG_VALUES = new int[10]; // Field designed for packet testing purposes
|
||||
|
||||
Reference in New Issue
Block a user