aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gtPlusPlus/xmod/thaumcraft/commands/CommandDumpAspects.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/gtPlusPlus/xmod/thaumcraft/commands/CommandDumpAspects.java')
-rw-r--r--src/main/java/gtPlusPlus/xmod/thaumcraft/commands/CommandDumpAspects.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/main/java/gtPlusPlus/xmod/thaumcraft/commands/CommandDumpAspects.java b/src/main/java/gtPlusPlus/xmod/thaumcraft/commands/CommandDumpAspects.java
index 19777cc7c9..5dcc27e592 100644
--- a/src/main/java/gtPlusPlus/xmod/thaumcraft/commands/CommandDumpAspects.java
+++ b/src/main/java/gtPlusPlus/xmod/thaumcraft/commands/CommandDumpAspects.java
@@ -59,14 +59,14 @@ public class CommandDumpAspects implements ICommand {
Thread t = createNewThread();
messagePlayer(P, "Beginning to dump information about all items/blocks & their aspects to file.");
messagePlayer(
- P,
- "Please do not close your game during this process, you will be notified upon completion.");
+ P,
+ "Please do not close your game during this process, you will be notified upon completion.");
t.start();
} else {
messagePlayer(
- P,
- "Your last run of DA was less than 30 seconds ago, please wait " + (30 - Z)
- + " seconds before trying again.");
+ P,
+ "Your last run of DA was less than 30 seconds ago, please wait " + (30 - Z)
+ + " seconds before trying again.");
}
}