Fixes forcing an event being marked as random. (#46800)

This commit is contained in:
AnturK
2019-10-02 12:12:10 -04:00
committed by moo
parent dcc6783dbb
commit 822e109228
2 changed files with 2 additions and 4 deletions
+1 -2
View File
@@ -91,8 +91,7 @@ SUBSYSTEM_DEF(events)
if(. == EVENT_CANT_RUN)//we couldn't run this event for some reason, set its max_occurrences to 0
E.max_occurrences = 0
else if(. == EVENT_READY)
E.random = TRUE
E.runEvent()
E.runEvent(random = TRUE)
//allows a client to trigger an event
//aka Badmin Central