Skip to content

Commit 5ef6ce9

Browse files
committed
edit alert message
1 parent c389464 commit 5ef6ce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/maxgamer/quickshop/QuickShop.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ public boolean loadEcon() {
455455
} catch (Exception ignored) {
456456
}
457457
if (!vault.getVault().hasAccount(tax)) {
458-
getLogger().warning("Tax account's player never played this server before, that may cause server lagg or economy system error, you should change that name. But if this warning not cause any issues, you can safety ignore this.");
458+
getLogger().warning("Tax account's player never played this server before and failed to create one, that may cause server lagg or economy system error, you should change that name. But if this warning not cause any issues, you can safety ignore this.");
459459
}
460460
}
461461

0 commit comments

Comments
 (0)