Krakatau/Enjarify Fix
This fixes Krakatau and Enjarify deployment
This commit is contained in:
parent
7f95d80b86
commit
58ef4c4395
1 changed files with 4 additions and 2 deletions
|
@ -265,8 +265,10 @@ public class Boot {
|
|||
return dir;
|
||||
}
|
||||
|
||||
public static void setState(String s) {
|
||||
screen.setTitle(s);
|
||||
public static void setState(String s)
|
||||
{
|
||||
if(screen != null)
|
||||
screen.setTitle(s);
|
||||
}
|
||||
|
||||
public static ILoader<?> findLoader() {
|
||||
|
|
Loading…
Reference in a new issue