blueprint wip

This commit is contained in:
2019-07-02 09:28:00 -04:00
parent 6a8d2bd0d6
commit a189fbfc90
9 changed files with 13 additions and 360 deletions

View File

@@ -46,6 +46,9 @@ public class GameRegistry {
if (hardware.containsKey(type)) {
try {
System.out.println(type);
System.out.println(hardware.get(type));
return hardware.get(type).getConstructor(Document.class, ControllableUnit.class).newInstance(document, controllableUnit);
} catch (InstantiationException | IllegalAccessException |
InvocationTargetException | NoSuchMethodException e) {

View File

@@ -12,7 +12,7 @@ server_name=MAR dev
# ALLOW | BLOCK
guest_policy=ALLOW
# DEBUG
#autologin=simon
autologin=simon
#Database
mongo_dbname=mar_beta