only on server though

This commit is contained in:
commy2 2015-04-15 08:34:30 +02:00
parent 6c4e50a98d
commit 09289fbf48

View File

@ -64,7 +64,7 @@ class Extended_Init_EventHandlers {
class Extended_InitPost_EventHandlers {
class CAManBase {
class ADDON {
init = QUOTE(_this call FUNC(handleInitPostServer));
serverInit = QUOTE(_this call FUNC(handleInitPostServer));
};
};
};