mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-09-23 08:13:45 -04:00
Merge branch 'master' of https://bitbucket.org/projectswg/core3
Conflicts: nge.backup
This commit is contained in:
@@ -114,7 +114,6 @@ public class PlayerObject extends IntangibleObject {
|
||||
|
||||
public void createBaseline3(Player target, BaselineBuilder bb) {
|
||||
super.createBaseline3(target, bb);
|
||||
bb.addInt(0);
|
||||
bb.addInt(4); // Flags List Size
|
||||
for (int i = 0; i < 4; i++) // 4 flags
|
||||
bb.addInt(0);
|
||||
|
||||
Reference in New Issue
Block a user