mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-28 23:15:53 -04:00
LD flag is now removed on logging in
This commit is contained in:
@@ -698,4 +698,13 @@ public class PlayerObject extends IntangibleObject {
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* @return True if specified flag(s) are enabled
|
||||
*/
|
||||
public boolean isSet(int flags) {
|
||||
synchronized(objectMutex) {
|
||||
return ((flagBitmask & flags) == flags);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user