From 740769937e36a6961833b72f6c6a75a72ff5b3bf Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Sun, 22 Jun 2014 13:16:31 +0200 Subject: core_ison Remove check that is always true --- src/coremods/core_ison.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') 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& parameters, User } } - if (!reply.empty()) - user->WriteServ(reply); - + user->WriteServ(reply); return CMD_SUCCESS; } -- cgit v1.2.3