use same version format on client and server

This commit is contained in:
Fabian Dill
2020-02-16 16:20:00 +01:00
parent d3519dbaa1
commit 18911a1490
2 changed files with 5 additions and 2 deletions

View File

@@ -157,7 +157,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, 0, 0]
}]])
async def on_client_disconnected(ctx : Context, client : Client):