We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2a6e51 commit f2c1dc7Copy full SHA for f2c1dc7
src/main/java/com/minecrafttas/tasmod/savestates/SavestateHandlerClient.java
@@ -201,8 +201,8 @@ public static void loadstate(String nameOfSavestate) throws Exception {
201
if (state == TASstate.RECORDING) {
202
long index = savestateContainerList.size() - 1;
203
204
- preload(savestateContainerList, index - 1);
205
- controller.setInputs(savestateContainerList, index - 1);
+ preload(savestateContainerList, index);
+ controller.setInputs(savestateContainerList, index);
206
TASmodClient.virtual.clear();
207
}
208
/*
0 commit comments