mirror of
https://github.com/sigmasternchen/NurseBot
synced 2025-03-15 08:08:58 +00:00
now
This commit is contained in:
parent
bdf131fe7a
commit
ca318c3da1
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ public class ModelManager {
|
|||
private static boolean wasAnythingCreated = false;
|
||||
|
||||
static public <T extends Selfbuilding> void build(Class<T> c) {
|
||||
System.out.println("building model class " + c.getCanonicalName() + "...");
|
||||
try {
|
||||
if (c.newInstance().selfbuild())
|
||||
wasAnythingCreated = true;
|
||||
|
|
Loading…
Reference in a new issue