mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-01-19 00:45:27 +01:00
Add a missing space
This commit is contained in:
parent
7f0243b2df
commit
18d3b30647
@ -297,7 +297,7 @@ public class PlayerProfile {
|
|||||||
|
|
||||||
if (hudValues == null) {
|
if (hudValues == null) {
|
||||||
SQLDatabaseManager.write("INSERT INTO " + tablePrefix + "huds (user_id, mobhealthbar) VALUES (" + userId + ",'" + mobHealthbarType.name() + "')");
|
SQLDatabaseManager.write("INSERT INTO " + tablePrefix + "huds (user_id, mobhealthbar) VALUES (" + userId + ",'" + mobHealthbarType.name() + "')");
|
||||||
mcMMO.p.getLogger().warning(playerName + "does not exist in the HUD table. Their HUDs will be reset.");
|
mcMMO.p.getLogger().warning(playerName + " does not exist in the HUD table. Their HUDs will be reset.");
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
hudType = HudType.valueOf(hudValues.get(0));
|
hudType = HudType.valueOf(hudValues.get(0));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user