diff options
author | shennetsind <ind@henn.et> | 2014-01-15 16:48:04 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2014-01-15 16:48:04 -0200 |
commit | fee148f5463dafc8681567e330411e24b94f37b6 (patch) | |
tree | 78b6293ba2e4d32d4fc278a367ca32af373bc929 /src/plugins/HPMHooking/HPMHooking.Hooks.inc | |
parent | a3ccc2de2d7d51202c4e4fc43ccd600d67cc0685 (diff) | |
parent | 31f29768a286ba0fc47a3d7a9470d6fdf37c7546 (diff) | |
download | hercules-fee148f5463dafc8681567e330411e24b94f37b6.tar.gz hercules-fee148f5463dafc8681567e330411e24b94f37b6.tar.bz2 hercules-fee148f5463dafc8681567e330411e24b94f37b6.tar.xz hercules-fee148f5463dafc8681567e330411e24b94f37b6.zip |
Merge branch 'master' of https://github.com/HerculesWS/Hercules
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking.Hooks.inc')
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking.Hooks.inc | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking.Hooks.inc b/src/plugins/HPMHooking/HPMHooking.Hooks.inc index 2e4b62835..64194362c 100644 --- a/src/plugins/HPMHooking/HPMHooking.Hooks.inc +++ b/src/plugins/HPMHooking/HPMHooking.Hooks.inc @@ -45007,32 +45007,6 @@ int HP_pcg_get_idx(GroupSettings *group) { } return retVal___; } -unsigned int HP_pcg_add_permission(const char *name) { - int hIndex = 0; - unsigned int retVal___ = 0; - if( HPMHooks.count.HP_pcg_add_permission_pre ) { - unsigned int (*preHookFunc) (const char *name); - for(hIndex = 0; hIndex < HPMHooks.count.HP_pcg_add_permission_pre; hIndex++ ) { - preHookFunc = HPMHooks.list.HP_pcg_add_permission_pre[hIndex].func; - retVal___ = preHookFunc(name); - } - if( *HPMforce_return ) { - *HPMforce_return = false; - return retVal___; - } - } - { - retVal___ = HPMHooks.source.pcg.add_permission(name); - } - if( HPMHooks.count.HP_pcg_add_permission_post ) { - unsigned int (*postHookFunc) (unsigned int retVal___, const char *name); - for(hIndex = 0; hIndex < HPMHooks.count.HP_pcg_add_permission_post; hIndex++ ) { - postHookFunc = HPMHooks.list.HP_pcg_add_permission_post[hIndex].func; - retVal___ = postHookFunc(retVal___, name); - } - } - return retVal___; -} /* pc */ void HP_pc_init(bool minimal) { int hIndex = 0; |