mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-28 19:54:43 +02:00
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:
@ -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<String, Object> node : options.entrySet()) {
|
||||
if (!storage.contains(node.getKey())) {
|
||||
storage.set(node.getKey(), node.getValue());
|
||||
|
Reference in New Issue
Block a user