mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-15 08:48:22 +00:00
[Cleanup] Fix typo in #giveitem (#3704)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user