Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamscached committed Nov 5, 2022
1 parent 7032427 commit 46542c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion config/default/extensions/topics.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ init 200 python in fom_presence_extensions:
else:
value = item._eli[EventListItem.IDX_EVENT_LABEL]
_cvars_export_var("event_label", value)
_fom_presence.on_loop()

@store.mas_submod_utils.functionplugin("ch30_loop", priority=20)
def _fom_ch30_loop():
Expand Down
1 change: 1 addition & 0 deletions mod/main.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ init 100 python in _fom_presence:
elif not presence.timeout_locked:
presence.connect()


# Runs when an event is called.
@store.mas_submod_utils.functionplugin("call_next_event", priority=100)
def on_event():
Expand Down

0 comments on commit 46542c2

Please sign in to comment.