GUI/AI improvements...
This commit is contained in:
@@ -540,6 +540,6 @@ func _physics_process(delta):
|
||||
var player = get_player()
|
||||
if !player:
|
||||
return
|
||||
if player.has_meta("animation_tree") && !player.has_meta("vehicle"):
|
||||
if streaming.can_spawn:
|
||||
character_physics(player)
|
||||
# if player.has_meta("animation_tree") && !player.has_meta("vehicle"):
|
||||
# if streaming.can_spawn:
|
||||
# character_physics(player)
|
||||
|
||||
Reference in New Issue
Block a user