anpasssung DB Verbindung und Ini ausgabe
This commit is contained in:
@ -34,7 +34,7 @@ public class base {
|
||||
try {
|
||||
input = new FileInputStream("shadowrun.cfg");
|
||||
config.load(input);
|
||||
if(!config.containsKey("db.typ")) {
|
||||
if(!config.containsKey("db.typ") || (config.containsKey("db.on") && !config.getProperty("db.on").equals("true"))) {
|
||||
active = false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user