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 9bc0f9d commit 997b925Copy full SHA for 997b925
src/main/java/fast_reset/client/mixin/ResetMixin.java
@@ -48,11 +48,6 @@ private boolean getWorldsInjectTwo(Iterator<ServerWorld> iterator){
48
}
49
50
51
- try {
52
- this.session.deleteSessionLock();
53
- } catch (IOException e) {
54
- e.printStackTrace();
55
- }
56
57
}).start();
58
return false;
0 commit comments