summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2015-08-11 01:47:15 +0200
committerHaru <haru@dotalux.com>2015-08-13 17:16:26 +0200
commit5825aea88ecb43856d63a345aeb49ae72150af15 (patch)
tree22c6a0fe4b6cb4ef1e4c92a50e6e9f4c297996a9 /src/map/clif.c
parente3f34b0d2d977b25846013207b26c87c83c108b8 (diff)
downloadhercules-5825aea88ecb43856d63a345aeb49ae72150af15.tar.gz
hercules-5825aea88ecb43856d63a345aeb49ae72150af15.tar.bz2
hercules-5825aea88ecb43856d63a345aeb49ae72150af15.tar.xz
hercules-5825aea88ecb43856d63a345aeb49ae72150af15.zip
Added core HPM interface
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/map/clif.c')
-rw-r--r--src/map/clif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index 296fd5cb3..ded028974 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -8945,7 +8945,7 @@ void clif_parse_WantToConnection(int fd, struct map_session_data* sd) {
client_tick = RFIFOL(fd, packet_db[cmd].pos[3]);
sex = RFIFOB(fd, packet_db[cmd].pos[4]);
- if( runflag != MAPSERVER_ST_RUNNING ) { // not allowed
+ if( core->runflag != MAPSERVER_ST_RUNNING ) { // not allowed
clif->authfail_fd(fd,1);// server closed
return;
}