Fixed error from previous commit

This commit is contained in:
Obique PSWG
2016-02-04 09:26:10 -06:00
parent 8fa650cb55
commit 273290d98c
+1 -1
View File
@@ -74,7 +74,7 @@ public class ObjectManager extends Manager {
public ObjectManager() {
objectAwareness = new ObjectAwareness();
mapManager = new MapManager();
staticService = new StaticService(this);
staticService = new StaticService();
spawnerService = new SpawnerService(this);
radialService = new RadialService();
clientBuildoutService = new ClientBuildoutService();