mirror of
https://github.com/Eaglercraft-Archive/Eaglercraftx-1.8.8-src.git
synced 2025-06-27 18:38:14 -05:00
Update #45 - Fixed various issues with the client
This commit is contained in:
@ -375,4 +375,8 @@ public class EagRuntime {
|
||||
PlatformRuntime.immediateContinue();
|
||||
}
|
||||
|
||||
public static boolean immediateContinueSupported() {
|
||||
return PlatformRuntime.immediateContinueSupported();
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user