less noises
This commit is contained in:
parent
a71a637c16
commit
1430afdf6c
@ -75,7 +75,7 @@ func _process(_delta):
|
||||
# movement
|
||||
if current_target:
|
||||
if _prev_target != current_target:
|
||||
Logger.info("current target: " + String(current_target))
|
||||
#Logger.info("current target: " + String(current_target))
|
||||
_prev_target = current_target
|
||||
|
||||
# continue following player after illegal action or low pill level
|
||||
|
Loading…
x
Reference in New Issue
Block a user