mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-02 16:49:10 +00:00
[TASK] Added dump when debug is enabled
This commit is contained in:
@@ -81,11 +81,11 @@ public final class Landing {
|
||||
switch (arg.toLowerCase()) {
|
||||
case "-createdirs":
|
||||
Directories.validate();
|
||||
System.out
|
||||
.println(TranslationHelper.translate(("DIRECTORIES_CREATED")));
|
||||
System.out.println(TranslationHelper.translate(("DIRECTORIES_CREATED")));
|
||||
System.exit(0);
|
||||
break;
|
||||
case "-debug":
|
||||
Core.setDump(true);
|
||||
case "-offlinemode":
|
||||
Core.setDebug(true);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user