might fix user inputted saving/quitting breaking when distributed
This commit is contained in:
parent
1e3e1d9315
commit
599e47a813
|
@ -151,8 +151,7 @@ def _non_blocking_input():
|
||||||
|
|
||||||
l[0] = s
|
l[0] = s
|
||||||
|
|
||||||
if distributed_initialized():
|
broadcast_object_list(l, src=0)
|
||||||
broadcast_object_list(l, src=0)
|
|
||||||
_command = l[0]
|
_command = l[0]
|
||||||
return _command
|
return _command
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user