diff options
Diffstat (limited to 'src/map/atcommand.cpp')
-rw-r--r-- | src/map/atcommand.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/atcommand.cpp b/src/map/atcommand.cpp index 6abdfda..116139d 100644 --- a/src/map/atcommand.cpp +++ b/src/map/atcommand.cpp @@ -434,7 +434,7 @@ bool is_atcommand(const int fd, struct map_session_data *sd, if (!info) { std::string output = STRPRINTF("GM command not found: %s", - info->command); + message); clif_displaymessage(fd, output); return true; // don't show in chat } |