Clean board on startup
This commit is contained in:
parent
caa6f0f0f0
commit
e4bafcf072
@ -96,6 +96,7 @@ public class P extends MPlugin {
|
||||
faction.addFPlayer(fPlayer);
|
||||
}
|
||||
Board.getInstance().load();
|
||||
Board.getInstance().clean();
|
||||
|
||||
// Add Base Commands
|
||||
this.cmdBase = new FCmdRoot();
|
||||
|
Loading…
Reference in New Issue
Block a user