summaryrefslogtreecommitdiff
path: root/src/map/atcommand.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/atcommand.c')
-rw-r--r--src/map/atcommand.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c
index f081aa4..374db77 100644
--- a/src/map/atcommand.c
+++ b/src/map/atcommand.c
@@ -7065,4 +7065,8 @@ int atcommand_wgm(
const char* command, const char* message)
{
tmw_GmHackMsg("%s: %s", sd->status.name, message);
+ if (!pc_isGM(sd))
+ clif_displaymessage(fd, "Message sent.");
+
+ return 0;
}