Main: remove useless TODO

master
BodgeMaster 2022-12-20 21:54:48 +01:00
parent df0f3d2243
commit 1b347a5490
1 changed files with 0 additions and 1 deletions

View File

@ -77,7 +77,6 @@ public class DeathChests {
@EventHandler
public void init(FMLServerAboutToStartEvent event) {
Debug.out("Received FMLServerAboutToStartEvent");
//TODO: get world save location
worldSaveLocation = DimensionManager.getCurrentSaveRootDirectory();
DeathChestStorage.load(worldSaveLocation);
}