diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/coremods/core_ison.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/coremods/core_ison.cpp b/src/coremods/core_ison.cpp index 53d2e1c49..1412db844 100644 --- a/src/coremods/core_ison.cpp +++ b/src/coremods/core_ison.cpp @@ -92,9 +92,7 @@ CmdResult CommandIson::Handle (const std::vector<std::string>& parameters, User } } - if (!reply.empty()) - user->WriteServ(reply); - + user->WriteServ(reply); return CMD_SUCCESS; } |