mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01: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:
parent
5ca8bddd3b
commit
4cccb5c607
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user