Remove extra debug
This commit is contained in:
@@ -25,7 +25,6 @@ public final class Base64Conversion implements Runnable {
|
|||||||
|
|
||||||
File newDir = PlayerVaults.getInstance().getVaultData();
|
File newDir = PlayerVaults.getInstance().getVaultData();
|
||||||
if (newDir.exists()) {
|
if (newDir.exists()) {
|
||||||
logger.info("** Vaults have already been converted to Base64. If this is incorrect, shutdown your server and rename the " + newDir.toString() + " directory.");
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -20,7 +20,6 @@ public final class UUIDConversion implements Runnable {
|
|||||||
|
|
||||||
File newDir = PlayerVaults.getInstance().getVaultData();
|
File newDir = PlayerVaults.getInstance().getVaultData();
|
||||||
if (newDir.exists()) {
|
if (newDir.exists()) {
|
||||||
logger.info("** Vaults have already been converted to UUIDs. If this is incorrect, shutdown your server and rename the " + newDir.toString() + " directory.");
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user