1
0
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:
Sandu Liviu Catalin
2015-11-08 07:47:50 +02:00
parent e1db16d3ec
commit 920d70185f
4 changed files with 104 additions and 117 deletions

View File

@@ -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)
);