Remove not unicode char

This commit is contained in:
2023-08-28 00:11:01 +02:00
parent 0a1e8e4d7c
commit 0ad2605b65

View File

@@ -237,7 +237,7 @@ func perform_inputevent_on_object(
var destination_position: Vector2 = escoria.main.current_scene.player \
.global_position
# If clicked object not in inventory, player walks towards it
# If clicked object not in inventory, player walks towards it
if not obj.node is ESCPlayer and \
not escoria.inventory_manager.inventory_has(obj.global_id) and \
not event_flags & ESCEvent.FLAG_TK: