converting int to bool

This commit is contained in:
Arthur Dene Ice 2014-05-09 22:03:35 -07:00
parent 5098af98b4
commit 4d3914043b

View File

@ -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
{