Added galaxy name to the player class

This commit is contained in:
Obique PSWG
2015-06-14 10:37:03 -05:00
parent 6b6b76c04c
commit 313e72e658
3 changed files with 18 additions and 6 deletions
+1 -1
View File
@@ -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);