Adapted new API System with search API call
Implemented raw Pagination support to Replay Center Fixed awkward time jumps caused by MCTimerHandler Fixed Java 1.6 incompatibility with List.sort Method in GuiSpectateSelection Fixed a LOT of compatibility issues with the Shader Mod
This commit is contained in:
@@ -361,6 +361,9 @@ public class ReplayHandler {
|
||||
ReplayMod.overlay.resetUI();
|
||||
} catch(Exception e) {}
|
||||
|
||||
//Load lighting and trigger update
|
||||
ReplayMod.replaySettings.setLightingEnabled(ReplayMod.replaySettings.isLightingEnabled());
|
||||
|
||||
replayActive = true;
|
||||
}
|
||||
|
||||
@@ -397,9 +400,11 @@ public class ReplayHandler {
|
||||
|
||||
resetKeyframes();
|
||||
|
||||
if(channel != null) {
|
||||
/*
|
||||
if(channel != null && channel.isOpen()) {
|
||||
channel.close();
|
||||
}
|
||||
*/
|
||||
|
||||
replayActive = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user