This commit is contained in:
overflowerror 2018-07-14 17:12:27 +02:00
parent bdf131fe7a
commit ca318c3da1

View file

@ -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;