mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-08-05 07:31:48 +02:00
Remove log messages from the event system and and remove the need for unique signatures in signals.
This commit is contained in:
@@ -152,7 +152,6 @@ bool Register_Constants(HSQUIRRELVM vm)
|
||||
.Const(_SC("WORLDOPTION"), EVT_WORLDOPTION)
|
||||
.Const(_SC("WORLDTOGGLE"), EVT_WORLDTOGGLE)
|
||||
.Const(_SC("SCRIPTRELOAD"), EVT_SCRIPTRELOAD)
|
||||
.Const(_SC("LOGMESSAGE"), EVT_LOGMESSAGE)
|
||||
.Const(_SC("COUNT"), EVT_COUNT)
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user