Typos
This commit is contained in:
parent
cf351c6118
commit
e6a9eb7b91
1 changed files with 9 additions and 9 deletions
|
@ -94,17 +94,17 @@ public class FMLServerHandler implements IFMLSidedHandler
|
||||||
+ "You should follow the installation instructions of either Minecraft Forge of Forge Mod Loader and NOT install ModLoaderMP "
|
+ "You should follow the installation instructions of either Minecraft Forge of Forge Mod Loader and NOT install ModLoaderMP "
|
||||||
+ "into the minecraft_server.jar file"
|
+ "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"
|
+ "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"
|
+ "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"
|
+ "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 "
|
+ "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"
|
+ "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."
|
+ "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"
|
+ "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."
|
+ "to the open source community project that is Forge Mod Loader so that this incompatibility doesn't last. "
|
||||||
+ "Users who wish to enjoy mods of both types are"
|
+ "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"
|
+ "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)"
|
+ "http://github.com/cpw/FML. Posting on the minecraft forums at http://www.minecraftforum.net/topic/86765- (the MLMP thread) "
|
||||||
+ "may encourage him in this effort. However, I ask that your requests be polite."
|
+ "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 properly, until such time as we can work together.");
|
||||||
throw new RuntimeException(
|
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.");
|
"This FML based server has detected an installation of ModLoaderMP alongside. This will cause serious compatibility issues, so the server will now shut down.");
|
||||||
|
|
Loading…
Reference in a new issue