Removed unimplemented message
This commit is contained in:
parent
afa251dc90
commit
17854cf2d5
|
|
@ -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));
|
||||
|
|
|
|||
|
|
@ -247,6 +247,5 @@ public enum Messages
|
|||
ConsoleOnlyCommand,
|
||||
WorldNotFound,
|
||||
AdjustBlocksAllSuccess,
|
||||
TooMuchIpOverlap,
|
||||
RescuedFromPortalTrap
|
||||
TooMuchIpOverlap
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user