From ef885196374e598c6d83cbc038a5dd83bb6dc95e Mon Sep 17 00:00:00 2001 From: Christian Weeks Date: Thu, 19 Apr 2012 23:07:07 -0400 Subject: [PATCH] More text fixup --- .../cpw/mods/fml/server/FMLServerHandler.java | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/fml/server/cpw/mods/fml/server/FMLServerHandler.java b/fml/server/cpw/mods/fml/server/FMLServerHandler.java index fde9c6fdc..b74693265 100644 --- a/fml/server/cpw/mods/fml/server/FMLServerHandler.java +++ b/fml/server/cpw/mods/fml/server/FMLServerHandler.java @@ -91,21 +91,21 @@ public class FMLServerHandler implements IFMLSidedHandler MinecraftServer.field_6038_a.severe("" + "Forge Mod Loader has detected that this server has an ModLoaderMP installed alongside Forge Mod Loader.\n" + "This will cause a serious problem with compatibility. To protect your worlds, this minecraft server will now shutdown.\n" - + "You should follow the installation instructions of either Minecraft Forge of Forge Mod Loader and NOT install ModLoaderMP " - + "into the minecraft_server.jar file" - + "before this server will be allowed to start up. Failure to do so will simply result in more startup failures.\n" - + "The authors of Minecraft Forge and Forge Mod Loader strongly suggest you talk to your mod's authors and get them to update their " - + "requirements. ModLoaderMP is not compatible with Minecraft Forge on the server and they will need to update their mod " - + "for Minecraft Forge and other server compatibility, unless they are Minecraft Forge mods, in which case they already " - + "don't need ModLoaderMP and the mod author simply has failed to update his requirements and should be informed appropriately.\n" - + "The authors of Forge Mod Loader would like to be compatible with ModLoaderMP but it is closed source and owned by SDK. " - + "SDK, the author of ModLoaderMP, has a standing invitation to submit compatibility patches " - + "to the open source community project that is Forge Mod Loader so that this incompatibility doesn't last. " + + "You should follow the installation instructions of either Minecraft Forge of Forge Mod Loader and NOT install ModLoaderMP \n" + + "into the minecraft_server.jar file " + + "before this server will be allowed to start up.\n\nFailure to do so will simply result in more startup failures.\n\n" + + "The authors of Minecraft Forge and Forge Mod Loader strongly suggest you talk to your mod's authors and get them to\nupdate their " + + "requirements. ModLoaderMP is not compatible with Minecraft Forge on the server and they will need to update their mod\n" + + "for Minecraft Forge and other server compatibility, unless they are Minecraft Forge mods, in which case they already\n" + + "don't need ModLoaderMP and the mod author simply has failed to update his requirements and should be informed appropriately.\n\n" + + "The authors of Forge Mod Loader would like to be compatible with ModLoaderMP but it is closed source and owned by SDK.\n" + + "SDK, the author of ModLoaderMP, has a standing invitation to submit compatibility patches \n" + + "to the open source community project that is Forge Mod Loader so that this incompatibility doesn't last. \n" + "Users who wish to enjoy mods of both types are " - + "encouraged to request of SDK that he submit a compatibility patch to the Forge Mod Loader project at " - + "http://github.com/cpw/FML. Posting on the minecraft forums at http://www.minecraftforum.net/topic/86765- (the MLMP thread) " + + "encouraged to request of SDK that he submit a\ncompatibility patch to the Forge Mod Loader project at \n" + + "http://github.com/cpw/FML.\nPosting on the minecraft forums at\nhttp://www.minecraftforum.net/topic/86765- (the MLMP thread)\n" + "may encourage him in this effort. However, I ask that your requests be polite.\n" - + "Now, the server has to shutdown so you can reinstall your minecraft_server.jar properly, until such time as we can work together."); + + "Now, the server has to shutdown so you can reinstall your minecraft_server.jar\nproperly, until such time as we can work together."); throw new RuntimeException( "This FML based server has detected an installation of ModLoaderMP alongside. This will cause serious compatibility issues, so the server will now shut down."); }