Skip to content

Commit

Permalink
Fix MethodNotFound crash when shutting down internal server.
Browse files Browse the repository at this point in the history
  • Loading branch information
LexManos committed Dec 23, 2013
1 parent 21e505c commit 30494f8
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,3 +181,11 @@
worldserver.flush();
}
}
@@ -1494,7 +1492,6 @@
this.field_147141_M = p_155759_1_;
}

- @SideOnly(Side.SERVER)
public boolean isServerStopped()
{
return this.serverStopped;

0 comments on commit 30494f8

Please sign in to comment.