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

@@ -19,6 +19,6 @@ public class MiscHWPlugin extends ServerPlugin {
registry.registerHardware(RandomNumberGenerator.class);
registry.registerHardware(Clock.class);
LogManager.LOGGER.info("Initialised Misc Hardware Plugin");
LogManager.LOGGER.info("(Mist HW Plugin) Initialised Misc Hardware Plugin");
}
}