mirror of
https://github.com/DRE2N/DungeonsXL.git
synced 2024-12-01 06:53:26 +01:00
Removed DUtility.convertOldSigns() on onEnable()
Signed-off-by: Grafe <flingelfrank@hotmail.com>
This commit is contained in:
parent
39f20a099d
commit
eb88ae6146
@ -37,7 +37,6 @@ import com.dre.dungeonsxl.listener.EntityListener;
|
|||||||
import com.dre.dungeonsxl.listener.HangingListener;
|
import com.dre.dungeonsxl.listener.HangingListener;
|
||||||
import com.dre.dungeonsxl.listener.PlayerListener;
|
import com.dre.dungeonsxl.listener.PlayerListener;
|
||||||
import com.dre.dungeonsxl.listener.WorldListener;
|
import com.dre.dungeonsxl.listener.WorldListener;
|
||||||
import com.dre.dungeonsxl.util.DUtility;
|
|
||||||
|
|
||||||
public class P extends JavaPlugin{
|
public class P extends JavaPlugin{
|
||||||
public static P p;
|
public static P p;
|
||||||
@ -65,8 +64,6 @@ public class P extends JavaPlugin{
|
|||||||
public void onEnable(){
|
public void onEnable(){
|
||||||
p = this;
|
p = this;
|
||||||
|
|
||||||
DUtility.convertOldSigns();
|
|
||||||
|
|
||||||
//Commands
|
//Commands
|
||||||
getCommand("dungeonsxl").setExecutor(new CommandListener());
|
getCommand("dungeonsxl").setExecutor(new CommandListener());
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user