mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-11 03:30:11 +00:00
Fix odd space
This commit is contained in:
parent
b074e6e198
commit
ca25b7b3c8
1 changed files with 1 additions and 1 deletions
|
@ -702,7 +702,7 @@ public final class BukkitMain extends JavaPlugin implements Listener, IPlotMain
|
|||
+ " is using Offline Mode UUIDs either because of user preference, or because you are using an old version of "
|
||||
+ "Bukkit");
|
||||
} else {
|
||||
PlotSquared.log(Captions.PREFIX + " " + getPluginName() + " is using online UUIDs");
|
||||
PlotSquared.log(Captions.PREFIX + "" + getPluginName() + " is using online UUIDs");
|
||||
}
|
||||
if (Settings.UUID.USE_SQLUUIDHANDLER) {
|
||||
return new SQLUUIDHandler(wrapper);
|
||||
|
|
Loading…
Reference in a new issue