mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-28 17:43:54 -07:00
Protocol version bump
This commit is contained in:
parent
11e1202dcc
commit
3b767901de
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ private:
|
||||||
static void initializeHashAuto();
|
static void initializeHashAuto();
|
||||||
bool receiverMayDelete;
|
bool receiverMayDelete;
|
||||||
public:
|
public:
|
||||||
static const int protocolVersion = 7;
|
static const int protocolVersion = 8;
|
||||||
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; }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue