mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-02 19:42:05 -04:00
Fixed use to isUsable in utility function.
This commit is contained in:
parent
0e4b9f4263
commit
4bebeb387a
@ -364,12 +364,12 @@ namespace FFXIVClassic_Map_Server.dataobjects
|
||||
|
||||
public bool IsUsable()
|
||||
{
|
||||
return use != 0;
|
||||
return isUseable != 0;
|
||||
}
|
||||
|
||||
public bool IsUseFree()
|
||||
{
|
||||
return use == -1;
|
||||
return isUseable == -1;
|
||||
}
|
||||
|
||||
public bool IsLostAfterUsed()
|
||||
|
Loading…
Reference in New Issue
Block a user