Skip to content

Commit

Permalink
Update moon/cfc_chat_transit/server/modules/startup.moon
Browse files Browse the repository at this point in the history
Co-authored-by: Brandon Sturgeon <[email protected]>
  • Loading branch information
wrefgtzweve and brandonsturgeon committed Apr 5, 2022
1 parent 76165ed commit 9b169e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion moon/cfc_chat_transit/server/modules/startup.moon
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ ChatTransit.MapStartup = (data) =>
Data:
Content: eventText

hook.Add "InitPostEntity", "CFC_ChatTransit_StartListener", guard ChatTransit\MapStartup
hook.Add "InitPostEntity", "CFC_ChatTransit_StartListener", timer.Simple 1, guard ChatTransit\MapStartup

0 comments on commit 9b169e3

Please sign in to comment.