Added underscore, we need to inform people about this change (otherwise they might go bonkerz when they notice that their plots are gone xD)

This commit is contained in:
Sauilitired 2014-10-27 15:42:21 +01:00
parent 5ca8bddd3b
commit 4cccb5c607

View File

@ -1208,7 +1208,7 @@ public class PlotMain extends JavaPlugin {
options.put("mysql.user", "root"); options.put("mysql.user", "root");
options.put("mysql.password", "password"); options.put("mysql.password", "password");
options.put("mysql.database", "plot_db"); options.put("mysql.database", "plot_db");
options.put("prefix", "plotsquared"); options.put("prefix", "plotsquared_");
for (Entry<String, Object> node : options.entrySet()) { for (Entry<String, Object> node : options.entrySet()) {
if (!storage.contains(node.getKey())) { if (!storage.contains(node.getKey())) {
storage.set(node.getKey(), node.getValue()); storage.set(node.getKey(), node.getValue());