mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-07 00:38:16 +00:00
Clarify -debug CLI flag docs
This commit is contained in:
@@ -73,6 +73,7 @@ public final class Landing {
|
|||||||
System.exit(0);
|
System.exit(0);
|
||||||
break;
|
break;
|
||||||
case "-debug":
|
case "-debug":
|
||||||
|
case "-offlinemode":
|
||||||
Core.setDebug(true);
|
Core.setDebug(true);
|
||||||
break;
|
break;
|
||||||
case "-v":
|
case "-v":
|
||||||
|
|||||||
@@ -72,7 +72,7 @@ public class Core {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enabled debug mode
|
* Set debug mode AKA Offline Mode. If true, BDN login will be skipped, so BDN Servers or Scripts will be unavailable.
|
||||||
*
|
*
|
||||||
* @param debug
|
* @param debug
|
||||||
*/
|
*/
|
||||||
@@ -104,7 +104,7 @@ public class Core {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return if the client is in debug mode.
|
* @return if the client is in debug mode AKA Offline Mode. BDN Servers and Scripts are unavailable.
|
||||||
*/
|
*/
|
||||||
public static boolean inDebugMode() {
|
public static boolean inDebugMode() {
|
||||||
return debug;
|
return debug;
|
||||||
|
|||||||
Reference in New Issue
Block a user