ForgePatch/fml/client
Simon McVittie 5bf7d3cb4b Fix NPE when loading second single-player world
After leaving a single-player world, getServer() can return null, resulting
in the stack trace below, "Fatal errors were detected during the
transition from SERVER_STOPPING to SERVER_ABOUT_TO_START",
"The ForgeModLoader state engine has become corrupted" and the client
getting stuck forever.

Exception in thread "Server thread" java.lang.NullPointerException
at cpw.mods.fml.client.FMLClientHandler.serverStopped(FMLClientHandler.java:620)
at cpw.mods.fml.common.FMLCommonHandler.handleServerStopped(FMLCommonHandler.java:468)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
2013-09-22 16:56:24 +01:00
..
cpw/mods/fml/client Fix NPE when loading second single-player world 2013-09-22 16:56:24 +01:00
net/minecraft/src Add missing SideOnly in BaseMod 2013-08-01 14:19:30 +07:00
mcplogo.png Fix up logos in the mod screen. Clean up some unnecessary casts and suppressions, use the -debug asm 2013-07-10 15:47:13 -04:00