summaryrefslogtreecommitdiffstats
path: root/Essentials/src/net/ess3/settings/commands/Back.java
diff options
context:
space:
mode:
Diffstat (limited to 'Essentials/src/net/ess3/settings/commands/Back.java')
-rw-r--r--Essentials/src/net/ess3/settings/commands/Back.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/Essentials/src/net/ess3/settings/commands/Back.java b/Essentials/src/net/ess3/settings/commands/Back.java
index e83c53860..c0e7ed7b6 100644
--- a/Essentials/src/net/ess3/settings/commands/Back.java
+++ b/Essentials/src/net/ess3/settings/commands/Back.java
@@ -11,9 +11,9 @@ import net.ess3.storage.StorageObject;
public class Back implements StorageObject
{
@Comment(
- {
- "Do you want essentials to keep track of previous location for /back in the teleport listener?",
- "If you set this to true any plugin that uses teleport will have the previous location registered."
- })
+ {
+ "Do you want essentials to keep track of previous location for /back in the teleport listener?",
+ "If you set this to true any plugin that uses teleport will have the previous location registered."
+ })
private boolean registerBackInListener = false;
}