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 2f9039dd0..733bb7699 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -4858,7 +4858,7 @@ int clif_displaymessage(const int fd, char* mes)
// invalid pointer?
nullpo_retr(-1, mes);
- //Console [Wizputer] //Scrapped, as these are shared by disconnected players =X [Skotlex]
+ //Scrapped, as these are shared by disconnected players =X [Skotlex]
if (fd == 0)
return 0;
else {