mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
bump protocol version number in case I want to disallow old (in this case aka locally cheating) clients.
This commit is contained in:
@@ -163,7 +163,7 @@ async def on_client_connected(ctx: Context, client: Client):
|
||||
# tags are for additional features in the communication.
|
||||
# Name them by feature or fork, as you feel is appropriate.
|
||||
'tags': ['Berserker'],
|
||||
'version': [1, 0, 0]
|
||||
'version': [1, 1, 0]
|
||||
}]])
|
||||
|
||||
async def on_client_disconnected(ctx: Context, client: Client):
|
||||
|
Reference in New Issue
Block a user