quotes around name

This commit is contained in:
boy0001 2015-03-11 22:04:08 +11:00
parent 34eb2b0077
commit c7b1af7f66

View File

@ -110,7 +110,7 @@ public class PlotMeConverter {
if (name.equals("*")) {
owner = DBFunc.everyone;
} else {
sendMessage("&cCould not identify owner for plot: " + id + " -> " + name);
sendMessage("&cCould not identify owner for plot: " + id + " -> '" + name + "'");
continue;
}
}