mirror of
https://github.com/trainerlord/WorldSystem.git
synced 2024-12-02 13:23:21 +01:00
Fixed a bug with auto-deletion
This commit is contained in:
parent
22541d1fdf
commit
65cd433cad
@ -1,5 +1,5 @@
|
||||
name: WorldSystem
|
||||
version: 2.2.0.4
|
||||
version: 2.2.0.5
|
||||
author: Butzlabben
|
||||
main: de.butzlabben.world.WorldSystem
|
||||
loadbefore: [FastAsyncWorldEdit, WorldEdit]
|
||||
|
@ -218,8 +218,8 @@ public class PluginConfig {
|
||||
return getConfig().getInt("delete_after") != -1;
|
||||
}
|
||||
|
||||
public static int deleteAfter() {
|
||||
return getConfig().getInt("delete_after");
|
||||
public static long deleteAfter() {
|
||||
return getConfig().getLong("delete_after");
|
||||
}
|
||||
|
||||
public static WorldCreator getWorldCreator(String worldname) {
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: WorldSystem
|
||||
version: 2.2.0.4
|
||||
version: 2.2.0.5
|
||||
author: Butzlabben
|
||||
main: de.butzlabben.world.WorldSystem
|
||||
loadbefore: [FastAsyncWorldEdit, WorldEdit]
|
||||
|
Loading…
Reference in New Issue
Block a user