update
This commit is contained in:
+1
-1
@@ -74,7 +74,7 @@ func _unhandled_input(event):
|
||||
#if is_in_group("Bots"):
|
||||
#return
|
||||
|
||||
var main = get_node("/root/Main")
|
||||
var main = get_node("/root/Main/")
|
||||
if not is_multiplayer_authority() or (main.turn_based_mode and (not is_my_turn or is_player_moving)):
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user