Skip to content

Commit ae6ff6f

Browse files
add latest-version.txt
1 parent a7bc3b8 commit ae6ff6f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

latest-version.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.0.9

plugin/src/main/java/me/untouchedodin0/plugin/PrivateMines.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ public void onEnable() {
210210
WorldEditMine6 worldEditMine6 = new WorldEditMine6();
211211
mineFactory6 = new MineFactory6();
212212
getLogger().info("world edit mine 6: " + worldEditMine6);
213-
mineFactory6.sayHi();
214213
configManager = new ConfigManager(this).register(this, WorldEditMine6.class).load();
215214
getLogger().info("spawnMaterial: " + spawnPoint);
216215
getLogger().info("mineCorner: " + mineCorner);
@@ -350,7 +349,7 @@ public void onEnable() {
350349
}
351350

352351
if (notifyForUpdates) {
353-
UpdateChecker.init(this, spigotPluginId).checkEveryXHours(1).checkNow();
352+
UpdateChecker.init(this, spigotPluginId).checkEveryXHours(1).setDownloadLink(spigotPluginId).checkNow();
354353
}
355354
}
356355

plugin/src/main/java/me/untouchedodin0/plugin/factory/PasteFactory.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,9 @@ public Region paste(Clipboard clipboard, Location location) {
6060
}
6161

6262
// Set up the variables.
63+
6364
World world = null;
64-
BlockVector3 centerVector = null;
65+
BlockVector3 centerVector;
6566
Operation operation;
6667
Region region;
6768

0 commit comments

Comments
 (0)