mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
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
This commit is contained in:
@ -1316,6 +1316,7 @@ def togglewimode():
|
|||||||
# Then set UI state back to Play
|
# Then set UI state back to Play
|
||||||
vars.mode = "play"
|
vars.mode = "play"
|
||||||
emit('from_server', {'cmd': 'wimode', 'data': 'false'}, broadcast=True)
|
emit('from_server', {'cmd': 'wimode', 'data': 'false'}, broadcast=True)
|
||||||
|
sendwi()
|
||||||
|
|
||||||
#==================================================================#
|
#==================================================================#
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user