bnUserToString = ss.read("bnUserToString", 1); // BNLogin
bnUserToStringUserList = ss.read("bnUserToStringUserList", 5); // Account (BNLogin)
bnUserToStringCommandResponse = ss.read("bnUserToStringCommandResponse", 4); // Account
// Get the release type to check for when doing version checks
ReleaseType currentRelease = CurrentVersion.version().getReleaseType();
releaseType = ss.read("releaseType", currentRelease);
if(CurrentVersion.fromJar()) {
// If from a JAR, force Nightly
if(releaseType.isDevelopment())