mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-01 02:16:15 -04:00
LinkDead status will now show on logged out characters, added factionrank flag bitmask
This commit is contained in:
@@ -607,7 +607,7 @@ public class ObjectService implements INetworkDispatch {
|
||||
client.getSession().write(friendsListMessage.serialize());
|
||||
|
||||
if (ghost != null) {
|
||||
|
||||
ghost.clearFlagBitmask(PlayerFlags.LD);
|
||||
String objectShortName = creature.getCustomName().toLowerCase();
|
||||
|
||||
if (creature.getCustomName().contains(" ")) {
|
||||
|
||||
Reference in New Issue
Block a user