mirror of
https://bitbucket.org/projectswg/cucore.git
synced 2026-07-13 20:00:58 -04:00
Added galaxy name to the player class
This commit is contained in:
@@ -829,7 +829,7 @@ public abstract class SWGObject implements Serializable, Comparable<SWGObject> {
|
||||
}
|
||||
|
||||
public void createBaseline6(Player target, BaselineBuilder bb) {
|
||||
bb.addInt(target.galaxyId); // 0
|
||||
bb.addInt(target.getGalaxyId()); // 0
|
||||
bb.addObject(detailStf); // 1
|
||||
|
||||
bb.incrementOperandCount(2);
|
||||
|
||||
Reference in New Issue
Block a user