Improve exception handling from server starting events (#5226)
This commit is contained in:
parent
e376172312
commit
bda875166a
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@
|
|||
guiscreenworking.func_200209_c(new TextComponentString(""));
|
||||
}
|
||||
|
||||
+ if (!net.minecraftforge.fml.StartupQuery.check()) {
|
||||
+ if (!net.minecraftforge.fml.StartupQuery.check() || this.field_71437_Z.func_71241_aa()) {
|
||||
+ this.func_147108_a(null);
|
||||
+ return;
|
||||
+ } else {
|
||||
|
|
Loading…
Reference in a new issue