Output out type of storage is selected when not in debugging mode.

This commit is contained in:
graywolf336 2014-04-28 20:11:39 -05:00
parent 7898d3518e
commit 581a826524

View File

@ -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. */