chore: storing version and changelog

This commit is contained in:
StraToN
2022-05-13 08:49:39 +00:00
parent 0fd0ba45ae
commit 689600d2dc
3 changed files with 12 additions and 3 deletions

View File

@@ -526,7 +526,7 @@ func perform_inputevent_on_object(
# In case of an interrupted walk, we don't want to proceed.
if context == null:
return
destination_position = context.target_position
dont_interact = context.dont_interact_on_arrival

View File

@@ -297,11 +297,11 @@ func interrupt(exceptions: PoolStringArray = []) -> void:
for event in events_queue[channel_name]:
if event.name in exceptions:
continue
escoria.logger.debug("Interrupting queued event %s in channel %s..."
% [event.name, channel_name])
event.interrupt()
events_queue[channel_name].clear()