This commit is contained in:
Simon
2018-11-30 16:35:58 -05:00
parent 6c7a2f0a73
commit de45eb1827
10 changed files with 130 additions and 47 deletions

View File

@@ -34,6 +34,6 @@ public class CubotPlugin extends ServerPlugin {
registry.registerHardware(CubotShield.class);
registry.registerHardware(CubotCore.class);
LogManager.LOGGER.info("Initialised Cubot plugin");
LogManager.LOGGER.info("(Cubot Plugin) Initialised Cubot plugin");
}
}