diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 741e066d6..c2265be30 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -87,8 +87,8 @@ - - + + @@ -97,8 +97,8 @@ - - + + @@ -249,12 +249,12 @@ @@ -830,7 +830,7 @@ - + 1411382351159 @@ -1020,11 +1020,15 @@ 1413708341156 1413708341156 - - - - - - - - - @@ -1628,10 +1624,18 @@ + + + + + + + + - - + + diff --git a/PlotSquared/src/com/intellectualcrafters/plot/C.java b/PlotSquared/src/com/intellectualcrafters/plot/C.java index 957678f38..21ae5a39a 100644 --- a/PlotSquared/src/com/intellectualcrafters/plot/C.java +++ b/PlotSquared/src/com/intellectualcrafters/plot/C.java @@ -355,6 +355,9 @@ public enum C { * @return translated if exists else default */ public String s() { + if(PlotMain.translations != null){ + this.s = PlotMain.translations.getString(this.toString()); + } if (this.s.length() < 1) { return this.d.replace("\\n", "\n"); }