0

Idk what I changed but for some reason it looks like I gotta commit? ._.

This commit is contained in:
Pepich 2017-02-18 18:05:53 +01:00
parent 4978c47d51
commit aeb6be6841

View File

@ -82,6 +82,7 @@ public final class ModuleLoader implements CoreModule
catch (Exception e)
{
Utils.error("Failed to load module " + module.getClass().getName());
e.printStackTrace();
}
}
}