Add FixChunk command

This commit is contained in:
dfsek
2020-10-10 18:58:29 -07:00
parent 8e1dd75ae9
commit c91d2a46ed
4 changed files with 53 additions and 2 deletions

View File

@@ -23,7 +23,8 @@ public class TerraCommand extends Command {
new SaveDataCommand(this),
new StructureCommand(this),
new ImageCommand(this),
new GeometryCommand(this));
new GeometryCommand(this),
new FixChunkCommand(this));
public TerraCommand(GaeaPlugin main) {
super(main);