diff options
Diffstat (limited to 'src/map/atcommand.c')
-rw-r--r-- | src/map/atcommand.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c index 115d4bd06..b57163abd 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -1184,7 +1184,9 @@ int atcommand_commands(const int fd, struct map_session_data* sd, memset(atcmd_output, 0, sizeof atcmd_output);
}
}
-
+ if (count%10)
+ clif_displaymessage(fd, atcmd_output);
+
if (count) {
sprintf(atcmd_output, msg_txt(274), count);
clif_displaymessage(fd, atcmd_output);
|