diff options
| author | metamuffin <metamuffin@disroot.org> | 2024-08-10 23:18:12 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2024-08-10 23:18:12 +0200 |
| commit | 112d05468492580920662fe98dfbef71a44eb8a5 (patch) | |
| tree | dc36b76e0c67c3dd7c2e01d0926dbb1d1d6c89cd /client | |
| parent | 44b444e67684b16eb338ef639b46d53c9eb214a1 (diff) | |
| download | hurrycurry-112d05468492580920662fe98dfbef71a44eb8a5.tar hurrycurry-112d05468492580920662fe98dfbef71a44eb8a5.tar.bz2 hurrycurry-112d05468492580920662fe98dfbef71a44eb8a5.tar.zst | |
update protocol version
Diffstat (limited to 'client')
| -rw-r--r-- | client/multiplayer.gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/multiplayer.gd b/client/multiplayer.gd index 02cf21e0..7a63059e 100644 --- a/client/multiplayer.gd +++ b/client/multiplayer.gd @@ -57,7 +57,7 @@ signal connection_closed(reason: String) signal show_rating(stars: int, points: int) signal show_book() # TODO: Connect this -const VERSION_MAJOR: int = 2 +const VERSION_MAJOR: int = 3 const VERSION_MINOR: int = 0 var connected := false |