mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-08 13:33:11 +00:00
Fixes
Fixes #556 Fixes #540 Fixed plot analysis being slow Fixed auto updating
This commit is contained in:
parent
be94aa53d3
commit
d0605b9b55
23 changed files with 412 additions and 328 deletions
|
@ -229,7 +229,7 @@ public class SpongeMain implements IPlotMain, PluginContainer {
|
|||
server = game.getServer();
|
||||
//
|
||||
|
||||
PS.instance = new PS(this);
|
||||
PS.instance = new PS(this, "Sponge");
|
||||
|
||||
// TODO Until P^2 has json chat stuff for sponge, disable this
|
||||
Settings.FANCY_CHAT = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue