mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 00:46:46 +00:00
converting int to bool
This commit is contained in:
+1
-1
@@ -6461,7 +6461,7 @@ void command_revoke(Client *c, const Seperator *sep)
|
||||
if(revokee)
|
||||
{
|
||||
c->Message(0, "Found %s in this zone.", revokee->GetName());
|
||||
revokee->SetRevoked(flag);
|
||||
revokee->SetRevoked(flag != 0);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user