mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-04 19:45:59 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue