diff options
author | mekolat <mekolat@users.noreply.github.com> | 2015-04-30 10:37:46 -0400 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2015-04-30 10:37:46 -0400 |
commit | 9677713a8711ae605932d70edc056d5feb0aa67e (patch) | |
tree | ca8674f3ec8c0807d088444e9969265237b9c2c6 /src | |
parent | 6565bd411f420f106fd7d21e83a2ae46e95ceca4 (diff) | |
download | tmwa-9677713a8711ae605932d70edc056d5feb0aa67e.tar.gz tmwa-9677713a8711ae605932d70edc056d5feb0aa67e.tar.bz2 tmwa-9677713a8711ae605932d70edc056d5feb0aa67e.tar.xz tmwa-9677713a8711ae605932d70edc056d5feb0aa67e.zip |
remove useless OnInterIfInit
Diffstat (limited to 'src')
-rw-r--r-- | src/map/chrif.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/map/chrif.cpp b/src/map/chrif.cpp index a2472c5..95aff2a 100644 --- a/src/map/chrif.cpp +++ b/src/map/chrif.cpp @@ -249,9 +249,6 @@ int chrif_connectack(Session *s, const Packet_Fixed<0x2af9>& fixed) chrif_sendmap(s); - PRINTF("chrif: OnInterIfInit event done. (%d events)\n"_fmt, - npc_event_doall(stringish<ScriptLabel>("OnInterIfInit"_s))); - return 0; } |