feat: update chat
This commit is contained in:
@@ -43,6 +43,8 @@ func initialize(p_player: Node3D, p_gridmap: Node):
|
||||
set_process(true)
|
||||
|
||||
func _process(delta):
|
||||
if not multiplayer.has_multiplayer_peer():
|
||||
return
|
||||
if not is_instance_valid(player) or not player.is_multiplayer_authority():
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user