diff --git a/GlobalMethods.h b/GlobalMethods.h index 22a12a9..3da06ee 100644 --- a/GlobalMethods.h +++ b/GlobalMethods.h @@ -752,8 +752,7 @@ namespace LuaGlobalFunctions */ int RegisterGroupEvent(Eluna* E, lua_State* L) { - RegisterEventHelper(E, L, Hooks::REGTYPE_GROUP); - return 0; + return RegisterEventHelper(E, L, Hooks::REGTYPE_GROUP); } /**