mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-22 15:16:15 -08:00
protocol and server version bump
This commit is contained in:
@@ -53,7 +53,7 @@ private:
|
|||||||
static void initializeHashAuto();
|
static void initializeHashAuto();
|
||||||
bool receiverMayDelete;
|
bool receiverMayDelete;
|
||||||
public:
|
public:
|
||||||
static const int protocolVersion = 9;
|
static const int protocolVersion = 10;
|
||||||
static void initializeHash();
|
static void initializeHash();
|
||||||
virtual int getItemId() const = 0;
|
virtual int getItemId() const = 0;
|
||||||
bool getReceiverMayDelete() const { return receiverMayDelete; }
|
bool getReceiverMayDelete() const { return receiverMayDelete; }
|
||||||
|
|||||||
@@ -179,4 +179,4 @@ ServerInfo_User *Servatrice::getUserData(const QString &name)
|
|||||||
return new ServerInfo_User(name, ServerInfo_User::IsUser);
|
return new ServerInfo_User(name, ServerInfo_User::IsUser);
|
||||||
}
|
}
|
||||||
|
|
||||||
const QString Servatrice::versionString = "Servatrice 0.20101009";
|
const QString Servatrice::versionString = "Servatrice 0.20101103";
|
||||||
|
|||||||
Reference in New Issue
Block a user