feat: skin update
This commit is contained in:
@@ -99,6 +99,9 @@ func _physics_process(delta):
|
||||
return
|
||||
|
||||
# Only run on server/authority (Authority 1)
|
||||
# Guard against peer being torn down (e.g. after host quits a solo match)
|
||||
if not multiplayer.has_multiplayer_peer():
|
||||
return
|
||||
if not multiplayer.is_server():
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user