summaryrefslogtreecommitdiff
path: root/src/login/HPMlogin.c
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2015-08-09 02:19:17 +0200
committerHaru <haru@dotalux.com>2015-08-13 17:16:26 +0200
commitba3db7c5fb2efb7dc5a12f84dadd66bfcd413681 (patch)
treea9626da06441cf51a8cfb361506fe5b54e1c3aa6 /src/login/HPMlogin.c
parentf638141b258f879fd25a08fc85998adc25991b42 (diff)
downloadhercules-ba3db7c5fb2efb7dc5a12f84dadd66bfcd413681.tar.gz
hercules-ba3db7c5fb2efb7dc5a12f84dadd66bfcd413681.tar.bz2
hercules-ba3db7c5fb2efb7dc5a12f84dadd66bfcd413681.tar.xz
hercules-ba3db7c5fb2efb7dc5a12f84dadd66bfcd413681.zip
Enabled HPMDataCheck for login and char servers
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/login/HPMlogin.c')
-rw-r--r--src/login/HPMlogin.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/login/HPMlogin.c b/src/login/HPMlogin.c
index 129f88c38..1530a1ccb 100644
--- a/src/login/HPMlogin.c
+++ b/src/login/HPMlogin.c
@@ -8,7 +8,6 @@
#include "common/HPM.h"
#include "common/cbasetypes.h"
-#if 0 // TODO (HPMDataCheck is disabled for the time being)
#include "login/account.h"
#include "login/login.h"
#include "common/HPMi.h"
@@ -32,7 +31,6 @@
// HPMDataCheck comes after all the other includes
#include "common/HPMDataCheck.h"
-#endif
bool HPM_login_grabHPData(struct HPDataOperationStorage *ret, enum HPluginDataTypes type, void *ptr) {
/* record address */
@@ -47,15 +45,9 @@ void HPM_login_plugin_load_sub(struct hplugin *plugin) {
}
void HPM_login_do_init(void) {
-#if 0 // TODO (HPMDataCheck is disabled for the time being)
HPM->datacheck_init(HPMDataCheck, HPMDataCheckLen, HPMDataCheckVer);
-#else
- HPM->DataCheck = NULL;
-#endif
}
void HPM_login_do_final(void) {
-#if 0 // TODO (HPMDataCheck is disabled for the time being)
HPM->datacheck_final();
-#endif
}