Fix problem with the server hanging around after forcing the client to exit, leaving behind stale processes.
This commit is contained in:
parent
c22382d12e
commit
45aa74454b
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@
|
|||
if (this.field_71437_Z != null && this.field_71437_Z.func_175578_N())
|
||||
{
|
||||
this.field_71437_Z.func_71263_m();
|
||||
+ if (field_71461_s != null)
|
||||
+ if (field_71461_s != null && this.field_71425_J)
|
||||
+ {
|
||||
+ this.field_71461_s.func_73719_c(I18n.func_135052_a("forge.client.shutdown.internal"));
|
||||
+ }
|
||||
|
|
Loading…
Reference in a new issue