forked from xjboss/KCauldronX
Rollback to the state of .152 build with some critical fixes and updates
This commit is contained in:
@ -105,13 +105,13 @@ public class KCauldron {
|
||||
private static boolean sLegacy, sOfficial;
|
||||
|
||||
public static boolean isLegacy() {
|
||||
parseManifest();
|
||||
return sLegacy;
|
||||
parseManifest();
|
||||
return sLegacy;
|
||||
}
|
||||
|
||||
public static boolean isOfficial() {
|
||||
parseManifest();
|
||||
return sOfficial;
|
||||
parseManifest();
|
||||
return sOfficial;
|
||||
}
|
||||
|
||||
public static File sNewServerLocation;
|
||||
|
Reference in New Issue
Block a user