Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyvest committed Jul 4, 2024
1 parent d5c9aac commit 7dc3eb3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/co/skyclient/scc/SkyclientCosmetics.java
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,7 @@ public void onPostInit(FMLPostInitializationEvent event) {
settingsRegistry.getDeclaredMethod("set", settingsRegistry.getDeclaredClasses()[0], Object.class);
settingsRegistry.getDeclaredMethod("save");
Class<?> settings = Class.forName("com.replaymod.recording.Setting");
settings.getDeclaredField("RECORD_SINGLEPLAYER");
settings.getDeclaredField("RECORD_SERVER");
settings.getDeclaredField("AUTO_START_RECORDING");
} catch (Exception e) {
e.printStackTrace();
isReplayMod = false;
Expand Down

0 comments on commit 7dc3eb3

Please sign in to comment.