mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-07 04:53:00 +00:00
fixes
This commit is contained in:
parent
007b9ee298
commit
6044ca63c2
10 changed files with 100 additions and 108 deletions
|
@ -439,7 +439,7 @@ public class SQLManager extends AbstractDB {
|
|||
user = UUID.fromString(o);
|
||||
uuids.put(o, user);
|
||||
}
|
||||
p = new Plot(plot_id, user, Biome.FOREST, new ArrayList<UUID>(), new ArrayList<UUID>(), new ArrayList<UUID>(), "", PlotHomePosition.DEFAULT, null, worldname, new boolean[0]);
|
||||
p = new Plot(plot_id, user, Biome.FOREST, new ArrayList<UUID>(), new ArrayList<UUID>(), new ArrayList<UUID>(), "", PlotHomePosition.DEFAULT, null, worldname, new boolean[] {false, false, false, false});
|
||||
plots.put(id, p);
|
||||
}
|
||||
stmt.close();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue