From 4cccb5c6071bceb4cec0d59fafe3ce6da51c1893 Mon Sep 17 00:00:00 2001 From: Sauilitired Date: Mon, 27 Oct 2014 15:42:21 +0100 Subject: [PATCH] Added underscore, we need to inform people about this change (otherwise they might go bonkerz when they notice that their plots are gone xD) --- PlotSquared/src/com/intellectualcrafters/plot/PlotMain.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PlotSquared/src/com/intellectualcrafters/plot/PlotMain.java b/PlotSquared/src/com/intellectualcrafters/plot/PlotMain.java index a6d820c64..32a01158a 100644 --- a/PlotSquared/src/com/intellectualcrafters/plot/PlotMain.java +++ b/PlotSquared/src/com/intellectualcrafters/plot/PlotMain.java @@ -1208,7 +1208,7 @@ public class PlotMain extends JavaPlugin { options.put("mysql.user", "root"); options.put("mysql.password", "password"); options.put("mysql.database", "plot_db"); - options.put("prefix", "plotsquared"); + options.put("prefix", "plotsquared_"); for (Entry node : options.entrySet()) { if (!storage.contains(node.getKey())) { storage.set(node.getKey(), node.getValue());