mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-30 00:15:57 -04:00
Buff Windows now close, changed formula used for stats on inspiration buffs, minor changes overall to entertainer
This commit is contained in:
@@ -232,8 +232,8 @@ public class PlayerObject extends IntangibleObject {
|
||||
synchronized(objectMutex) {
|
||||
xpExists = xpList.containsKey(type);
|
||||
xpList.put(type, amount);
|
||||
Console.println("Put " + type + " exp of " + amount + " in the map.");
|
||||
Console.println("Map is now: " + xpList.get(type).intValue());
|
||||
//Console.println("Put " + type + " exp of " + amount + " in the map.");
|
||||
//Console.println("Map is now: " + xpList.get(type).intValue());
|
||||
}
|
||||
|
||||
if (getContainer() != null && getContainer().getClient() != null && getContainer().getClient().getSession() != null) {
|
||||
|
||||
Reference in New Issue
Block a user