Skip to content

Commit

Permalink
Small cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Jowan-Spooner committed May 4, 2024
1 parent 8f487fa commit a66ff62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/dialogic/Modules/History/subsystem_history.gd
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ func _update_saved_connection(to_connect: bool) -> void:
####################################################################################################

func _ready() -> void:
var _result := dialogic.event_handled.connect(store_full_event)
_result = dialogic.event_handled.connect(_check_seen)
dialogic.event_handled.connect(store_full_event)
dialogic.event_handled.connect(_check_seen)

simple_history_enabled = ProjectSettings.get_setting('dialogic/history/simple_history_enabled', simple_history_enabled )
full_event_history_enabled = ProjectSettings.get_setting('dialogic/history/full_history_enabled', full_event_history_enabled)
Expand Down

0 comments on commit a66ff62

Please sign in to comment.