mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-27 02:59:06 +00:00
Schematic fixes & timings
This commit is contained in:
@@ -78,6 +78,16 @@ public class Iris extends JavaPlugin implements Listener
|
||||
new WandManager();
|
||||
loadComplete();
|
||||
}
|
||||
|
||||
public static void started(String obj)
|
||||
{
|
||||
profiler.start(obj);
|
||||
}
|
||||
|
||||
public static void stopped(String obj)
|
||||
{
|
||||
profiler.stop(obj);
|
||||
}
|
||||
|
||||
private void loadComplete()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user