mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-26 18:49:06 +00:00
Fixes
This commit is contained in:
@@ -46,7 +46,6 @@ public class Iris extends JavaPlugin implements Listener
|
||||
getServer().getPluginManager().registerEvents((Listener) this, this);
|
||||
getCommand("iris").setExecutor(new CommandIris());
|
||||
getCommand("ish").setExecutor(new CommandIsh());
|
||||
getController(PackController.class).createTempCache(getFile());
|
||||
|
||||
if(!settings.performance.debugMode)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user