mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -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();
|
||||
bool receiverMayDelete;
|
||||
public:
|
||||
static const int protocolVersion = 7;
|
||||
static const int protocolVersion = 8;
|
||||
static void initializeHash();
|
||||
virtual int getItemId() const = 0;
|
||||
bool getReceiverMayDelete() const { return receiverMayDelete; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue