mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-02 16:49:10 +00:00
Clarify -debug CLI flag docs
This commit is contained in:
@@ -73,6 +73,7 @@ public final class Landing {
|
||||
System.exit(0);
|
||||
break;
|
||||
case "-debug":
|
||||
case "-offlinemode":
|
||||
Core.setDebug(true);
|
||||
break;
|
||||
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
|
||||
*/
|
||||
@@ -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() {
|
||||
return debug;
|
||||
|
||||
Reference in New Issue
Block a user