From 68836728d42a82768d4c8b635697bcf59e626b98 Mon Sep 17 00:00:00 2001 From: henk717 Date: Fri, 20 Aug 2021 17:51:49 +0200 Subject: [PATCH] Update World Info on Submit Still VERY far from ideal for multiplayer, only one person can realistically edit it at a time. Whoever submits counts. Will need more major interface changes so things can be submitted one by one. But hey, it works and its good enough for a group of friends to play the game :D --- aiserver.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aiserver.py b/aiserver.py index 2756d67c..8fbac449 100644 --- a/aiserver.py +++ b/aiserver.py @@ -1316,6 +1316,7 @@ def togglewimode(): # Then set UI state back to Play vars.mode = "play" emit('from_server', {'cmd': 'wimode', 'data': 'false'}, broadcast=True) + sendwi() #==================================================================# #