From 8b18c469267c42a1fe59fada6a116991397e3a87 Mon Sep 17 00:00:00 2001 From: Sauilitired Date: Sun, 19 Oct 2014 11:03:06 +0200 Subject: [PATCH] Fix :3 --- .idea/workspace.xml | 58 ++++++++++--------- .../src/com/intellectualcrafters/plot/C.java | 3 + 2 files changed, 34 insertions(+), 27 deletions(-) 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"); }