feat: update chat
This commit is contained in:
@@ -35,6 +35,7 @@ func _start_timer():
|
||||
timer.start()
|
||||
|
||||
func _on_timer_timeout():
|
||||
if not multiplayer.has_multiplayer_peer(): return
|
||||
if not is_multiplayer_authority(): return
|
||||
if not tekton or not enhanced_gridmap: return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user