Various message grammar corrections.

This commit is contained in:
MobiusDevelopment
2019-04-17 01:58:16 +00:00
parent e6dd2454c4
commit 57adcfc3d8
456 changed files with 1734 additions and 2086 deletions

View File

@@ -771,7 +771,7 @@ public class MasterHandler
for (IHandler<?, ?> loadInstance : LOAD_INSTANCES)
{
LOGGER.info(loadInstance.getClass().getSimpleName() + ": Loaded " + loadInstance.size() + " Handlers");
LOGGER.info(loadInstance.getClass().getSimpleName() + ": Loaded " + loadInstance.size() + " handlers.");
}
LOGGER.info("Handlers Loaded...");