Removed old data.

This commit is contained in:
Brianna 2021-02-19 12:59:50 -06:00
parent c706ce3e6c
commit 76e3b1fc3b
3 changed files with 0 additions and 6 deletions

BIN
UltimateTimber/Plugin/.DS_Store vendored Normal file

Binary file not shown.

View File

@ -75,7 +75,6 @@ public class UltimateTimber extends SongodaPlugin {
this.treeDetectionManager = this.registerManager(TreeDetectionManager.class);
this.treeFallManager = this.registerManager(TreeFallManager.class);
// Load version adapter and managers
this.reloadConfig();
}

View File

@ -63,11 +63,6 @@
<outputDirectory>jars</outputDirectory>
<stripVersion>true</stripVersion>
<artifactItems>
<artifactItem>
<groupId>${project.groupId}</groupId>
<artifactId>LegacyAdapter</artifactId>
<version>${project.version}</version>
</artifactItem>
<artifactItem>
<groupId>${project.groupId}</groupId>
<artifactId>McMMO</artifactId>