We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bae954 commit 2be469aCopy full SHA for 2be469a
setup/src/main/java/net/theevilreaper/bounce/setup/data/BounceData.java
@@ -86,7 +86,6 @@ public void loadData() {
86
}, () -> this.gameMapBuilder = new GameMapBuilder());
87
}
88
89
- //TODO: Reduce state complexity
90
this.groundViewInventory = new GroundViewInventory(this.player, this.gameMapBuilder);
91
this.groundViewInventory.register();
92
0 commit comments