mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-06 04:42:28 +00:00
converting int to bool
This commit is contained in:
parent
5098af98b4
commit
4d3914043b
@ -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
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user