mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-03 04:16:19 -04:00
Added more guild features, fixed re-joining chat channels on relog
Changed guilds to be saved to a TreeMap instead of solely the SWGSet. Fixed uses string Added UnknownAbilityPacket (was sent for every new ability, doesnt seem to do anything) Lots of guild improvement/features added.
This commit is contained in:
@@ -262,7 +262,7 @@ public class TangibleObject extends SWGObject implements Serializable {
|
||||
|
||||
public void setUses(int uses) {
|
||||
notifyClients(getBaseline(3).set("uses", uses), true);
|
||||
setIntAttribute("uses", uses);
|
||||
setIntAttribute("count", uses);
|
||||
}
|
||||
|
||||
public int getIncapTimer() {
|
||||
|
||||
Reference in New Issue
Block a user