9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-28 19:49:06 +00:00

Merge remote-tracking branch 'origin/master'

This commit is contained in:
Daniel Mills
2021-07-21 10:39:44 -04:00
8 changed files with 123 additions and 56 deletions

View File

@@ -42,7 +42,7 @@ public abstract class Looper extends Thread {
}
}
Iris.info("Thread " + getName() + " Shutdown.");
Iris.info("Thread " + getName() + " Shutdown. Pregen stopped / finished.");
}
protected abstract long loop();