Improve exception handling from server starting events (#5226)

This commit is contained in:
Ben Staddon 2019-04-12 11:12:15 -04:00 committed by tterrag
parent e376172312
commit bda875166a
1 changed files with 1 additions and 1 deletions

View File

@ -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 {