diff options
Diffstat (limited to 'src/map')
-rw-r--r-- | src/map/atcommand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c index cc6f0b20d..497e46520 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -619,7 +619,7 @@ ACMD(who) { break; } } - clif->message(fd, StrBuf->Value(&buf)); + clif->colormes(fd, COLOR_DEFAULT, StrBuf->Value(&buf));/** for whatever reason clif->message crashes with some patterns, see bugreport:8186 **/ StrBuf->Clear(&buf); count++; } |