Output out type of storage is selected when not in debugging mode.
This commit is contained in:
parent
7898d3518e
commit
581a826524
@ -54,6 +54,7 @@ public class JailIO {
|
||||
}
|
||||
|
||||
pl.debug("The storage type " + st + " with the type being " + storage + ".");
|
||||
if(!pl.inDebug()) pl.getLogger().info("Storage type selected: " + st);
|
||||
}
|
||||
|
||||
/** Loads the language file from disk, if there is none then we save the default one. */
|
||||
|
Loading…
Reference in New Issue
Block a user