mirror of
https://github.com/DRE2N/DungeonsXL.git
synced 2025-02-03 14:02:00 +01:00
Removed a debug message
This commit is contained in:
parent
a78d0d610d
commit
0a43be0973
@ -49,7 +49,6 @@ public class DungeonConfig extends WorldConfig {
|
|||||||
if (configFile.contains("removeWhenPlayed")) {
|
if (configFile.contains("removeWhenPlayed")) {
|
||||||
removeWhenPlayed = configFile.getBoolean("removeWhenPlayed");
|
removeWhenPlayed = configFile.getBoolean("removeWhenPlayed");
|
||||||
}
|
}
|
||||||
System.out.println("DungeonConfig " + floors);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user