Skip to content

Commit

Permalink
client: Add missing task change event reference
Browse files Browse the repository at this point in the history
Former-commit-id: 2316efb
  • Loading branch information
LeonMrBonnie committed Nov 24, 2021
1 parent f845aaf commit 64b5262
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/events/Events.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ inline void RegisterEvents()
V8_REFERENCE_LOCAL_EVENT_HANDLER(removeEntity);
V8_REFERENCE_EVENT_HANDLER(gameEntityCreate);
V8_REFERENCE_EVENT_HANDLER(gameEntityDestroy);
V8_REFERENCE_LOCAL_EVENT_HANDLER(taskChange);

// Meta
V8_REFERENCE_LOCAL_EVENT_HANDLER(syncedMetaChange);
Expand Down

0 comments on commit 64b5262

Please sign in to comment.