mirror of
https://github.com/DRE2N/DungeonsXL.git
synced 2024-11-28 13:36:33 +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.PlayerListener;
|
||||
import com.dre.dungeonsxl.listener.WorldListener;
|
||||
import com.dre.dungeonsxl.util.DUtility;
|
||||
|
||||
public class P extends JavaPlugin{
|
||||
public static P p;
|
||||
@ -65,8 +64,6 @@ public class P extends JavaPlugin{
|
||||
public void onEnable(){
|
||||
p = this;
|
||||
|
||||
DUtility.convertOldSigns();
|
||||
|
||||
//Commands
|
||||
getCommand("dungeonsxl").setExecutor(new CommandListener());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user