Fixing protocol version number.
This commit is contained in:
+2
-2
@@ -26,8 +26,8 @@
|
||||
#include <third_party/asn1/PokerTHMessage.h>
|
||||
#include <gamedata.h>
|
||||
|
||||
#define NET_VERSION_MAJOR 2
|
||||
#define NET_VERSION_MINOR 1
|
||||
#define NET_VERSION_MAJOR 3
|
||||
#define NET_VERSION_MINOR 0
|
||||
|
||||
#define MAX_FILE_DATA_SIZE 256
|
||||
#define MAX_PACKET_SIZE 384
|
||||
|
||||
@@ -51,8 +51,8 @@ import javax.xml.parsers.DocumentBuilderFactory;
|
||||
|
||||
public abstract class TestBase {
|
||||
|
||||
public final int PROTOCOL_VERSION_MAJOR = 2;
|
||||
public final int PROTOCOL_VERSION_MINOR = 1;
|
||||
public final int PROTOCOL_VERSION_MAJOR = 3;
|
||||
public final int PROTOCOL_VERSION_MINOR = 0;
|
||||
public final String AuthUser = "user";
|
||||
public final String AuthPassword = "pencil";
|
||||
public final String GuestUser = "Guest112233";
|
||||
|
||||
Reference in New Issue
Block a user