Fixed an awareness issue sending same baselines twice

This commit is contained in:
Obique
2015-01-09 11:45:07 -06:00
committed by Obique
parent 82f9e0703b
commit b3f8d5f33e
8 changed files with 13 additions and 13 deletions
@@ -114,7 +114,7 @@ public class PlayerObject extends IntangibleObject {
}
}
public void createObject(Player target) {
protected void createObject(Player target) {
super.sendSceneCreateObject(target);
BaselineBuilder bb = new BaselineBuilder(this, BaselineType.PLAY, 3);