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.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index fe9ae5afb..3c9e697ac 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -10870,10 +10870,8 @@ void clif_parse_GMReqNoChat(int fd,struct map_session_data *sd)
if (type == 0)
limit = 0 - limit;
- //Temporarily disable chars from muting themselves due to the mysterious "DON'T USE BOT!" message. [Skotlex]
- //Also, if type is 2 and the ids don't match, this is a crafted hacked packet!
- //So for now, type 2is just totally disabled.
- if (type == 2/*&& sd->bl.id != dstsd->bl.id*/)
+ //If type is 2 and the ids don't match, this is a crafted hacked packet!
+ if (type == 2 && sd->bl.id != dstsd->bl.id)
return;
if (