Remove debug function from logout spots

This commit is contained in:
noil 2019-11-05 22:56:45 -05:00
parent 9c6567f1b4
commit 14e676ebe5
1 changed files with 0 additions and 2 deletions

View File

@ -35,8 +35,6 @@ public final class LogoutSpotsModule extends Module {
super.onToggle();
playerCache.clear();
logoutCache.clear();
logoutCache.put(Minecraft.getMinecraft().player.getGameProfile(), new PlayerData(Minecraft.getMinecraft().player.getPosition()));
}
@Listener