mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-06 12:53:13 +02:00
blah
This commit is contained in:
+1
-1
@@ -584,7 +584,7 @@ void FreeModObj(ModuleObject *obj, Module *m)
|
||||
CommandDel(obj->object.command);
|
||||
}
|
||||
else if (obj->type == MOBJ_HOOKTYPE) {
|
||||
HooktypeDel(obj->object.hooktype, m);
|
||||
//HooktypeDel(obj->object.hooktype, m); -- reinstate if we audited this code
|
||||
}
|
||||
else if (obj->type == MOBJ_VERSIONFLAG) {
|
||||
VersionflagDel(obj->object.versionflag, m);
|
||||
|
||||
Reference in New Issue
Block a user