Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

Commit

Permalink
The file is not called anywhere?
Browse files Browse the repository at this point in the history
This file doesn't seem to be used anywhere. Maybe it's worth removing?
  • Loading branch information
Pilad committed May 7, 2024
1 parent beaf0cf commit d3a93bf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 69 deletions.
3 changes: 0 additions & 3 deletions src/main/java/gtPlusPlus/core/common/CommonProxy.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
import gtPlusPlus.core.util.Utils;
import gtPlusPlus.core.util.minecraft.EntityUtils;
import gtPlusPlus.core.util.minecraft.ItemUtils;
import gtPlusPlus.core.util.player.PlayerCache;
import gtPlusPlus.core.util.reflect.ReflectionUtils;
import gtPlusPlus.preloader.CORE_Preloader;
import gtPlusPlus.xmod.gregtech.api.util.SpecialBehaviourTooltipHandler;
Expand Down Expand Up @@ -101,8 +100,6 @@ public void init(final FMLInitializationEvent e) {
}

public void postInit(final FMLPostInitializationEvent e) {
Logger.INFO("Cleaning up, doing postInit.");
PlayerCache.initCache();

// Make Burnables burnable
if (!CORE.burnables.isEmpty()) {
Expand Down
66 changes: 0 additions & 66 deletions src/main/java/gtPlusPlus/core/util/player/PlayerCache.java

This file was deleted.

0 comments on commit d3a93bf

Please sign in to comment.