9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-27 02:59:06 +00:00
This commit is contained in:
Daniel Mills
2020-08-29 14:30:12 -04:00
parent ed9ddc0825
commit 20b715f7cb
41 changed files with 17273 additions and 14829 deletions

View File

@@ -114,4 +114,8 @@ public class IrisBoardManager implements BoardProvider, Listener
return v;
}
public void disable()
{
manager.onDisable();
}
}