diff --git a/zone/gm_commands/giveitem.cpp b/zone/gm_commands/giveitem.cpp index cd4bb5fb4..66a05554e 100755 --- a/zone/gm_commands/giveitem.cpp +++ b/zone/gm_commands/giveitem.cpp @@ -2,7 +2,7 @@ void command_giveitem(Client *c, const Seperator *sep) { - if (!c->GetTarget() || !!c->GetTarget()->IsClient()) { + if (!c->GetTarget() || !c->GetTarget()->IsClient()) { c->Message(Chat::White, "You must target a player to use this command."); return; }