From 17854cf2d56ecfd5bbe838108b3e6fdb7d78821d Mon Sep 17 00:00:00 2001 From: RoboMWM Date: Sun, 6 Nov 2016 11:45:53 -0800 Subject: [PATCH] Removed unimplemented message --- src/me/ryanhamshire/GriefPrevention/DataStore.java | 1 - src/me/ryanhamshire/GriefPrevention/Messages.java | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/me/ryanhamshire/GriefPrevention/DataStore.java b/src/me/ryanhamshire/GriefPrevention/DataStore.java index 498d05f..215b6ed 100644 --- a/src/me/ryanhamshire/GriefPrevention/DataStore.java +++ b/src/me/ryanhamshire/GriefPrevention/DataStore.java @@ -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)); diff --git a/src/me/ryanhamshire/GriefPrevention/Messages.java b/src/me/ryanhamshire/GriefPrevention/Messages.java index a01c5da..dcc02a7 100644 --- a/src/me/ryanhamshire/GriefPrevention/Messages.java +++ b/src/me/ryanhamshire/GriefPrevention/Messages.java @@ -247,6 +247,5 @@ public enum Messages ConsoleOnlyCommand, WorldNotFound, AdjustBlocksAllSuccess, - TooMuchIpOverlap, - RescuedFromPortalTrap + TooMuchIpOverlap }