mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-23 05:36:45 +01:00
quotes around name
This commit is contained in:
parent
34eb2b0077
commit
c7b1af7f66
@ -110,7 +110,7 @@ public class PlotMeConverter {
|
|||||||
if (name.equals("*")) {
|
if (name.equals("*")) {
|
||||||
owner = DBFunc.everyone;
|
owner = DBFunc.everyone;
|
||||||
} else {
|
} else {
|
||||||
sendMessage("&cCould not identify owner for plot: " + id + " -> " + name);
|
sendMessage("&cCould not identify owner for plot: " + id + " -> '" + name + "'");
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user