mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-11 09:42:23 +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)
|
if(revokee)
|
||||||
{
|
{
|
||||||
c->Message(0, "Found %s in this zone.", revokee->GetName());
|
c->Message(0, "Found %s in this zone.", revokee->GetName());
|
||||||
revokee->SetRevoked(flag);
|
revokee->SetRevoked(flag != 0);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user