summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
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 803484f8c..87389d29b 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -8472,7 +8472,7 @@ void clif_parse_TickSend(int fd, struct map_session_data *sd) {
WFIFOL(fd,2)=gettick();
WFIFOSET(fd,packet_len(0x7f));
// removed until the socket problems are fixed. [FlavioJS]
- //flush_fifo(fd,0); // send immediatly so the client gets accurate "pings"
+ //flush_fifo(fd); // try to send immediatly so the client gets more accurate "pings"
return;
}