mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-12 07:08:14 -07:00
use same version format on client and server
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user