Removed unimplemented message

This commit is contained in:
RoboMWM 2016-11-06 11:45:53 -08:00
parent afa251dc90
commit 17854cf2d5
2 changed files with 1 additions and 3 deletions

View File

@ -1616,7 +1616,6 @@ public abstract class DataStore
this.addDefault(defaults, Messages.ConsoleOnlyCommand, "That command may only be executed from the server console.", null);
this.addDefault(defaults, Messages.WorldNotFound, "World not found.", null);
this.addDefault(defaults, Messages.TooMuchIpOverlap, "Sorry, there are too many players logged in with your IP address.", null);
this.addDefault(defaults, Messages.RescuedFromPortalTrap, "Automatically rescued you from a nether portal. If this was a mistake, use /UndoRescue to return to your prior location.", null);
//load the config file
FileConfiguration config = YamlConfiguration.loadConfiguration(new File(messagesFilePath));

View File

@ -247,6 +247,5 @@ public enum Messages
ConsoleOnlyCommand,
WorldNotFound,
AdjustBlocksAllSuccess,
TooMuchIpOverlap,
RescuedFromPortalTrap
TooMuchIpOverlap
}