mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-09-22 07:13:07 -04:00
Added IntangibleObject baselines
This commit is contained in:
@@ -112,7 +112,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