mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-01 02:16:15 -04:00
Added debug message to lootservice
This commit is contained in:
@@ -224,6 +224,9 @@ public class LootService implements INetworkDispatch {
|
||||
// RLS chest effect
|
||||
if (droppedItem.getAttachment("LootItemName").toString().contains("Loot Chest")){
|
||||
requester.playEffectObject("clienteffect/level_granted.cef", "");
|
||||
if (requester.getClient().isGM()) {
|
||||
requester.sendSystemMessage("GM Message: Played leveling effect due to RLC dropping.", DisplayType.Broadcast);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user