BecomeLeader - Don't create new group

This commit is contained in:
PabstMirror
2015-04-13 00:23:00 -05:00
parent b50a7a0147
commit 669dbe10c9
7 changed files with 123 additions and 4 deletions

View File

@ -6,7 +6,7 @@ class Extended_PreInit_EventHandlers {
class Extended_PostInit_EventHandlers {
class ADDON {
clientInit = QUOTE( call COMPILE_FILE(XEH_clientInit) );
init = QUOTE(call COMPILE_FILE(XEH_postInit));
};
};