0

Updated version

This commit is contained in:
Pepich 2017-05-05 10:10:54 +02:00
parent df786c7c3e
commit d2e8b5fa36

View File

@ -37,7 +37,7 @@ import net.minecraft.server.v1_11_R1.MinecraftServer;
/** The module loader, mother of all modules. Responsible for loading and taking care of all modules. /** The module loader, mother of all modules. Responsible for loading and taking care of all modules.
* *
* @author Pepich */ * @author Pepich */
@Version(major = 3, minor = 2, revision = 3, compatible = 2) @Version(major = 3, minor = 2, revision = 4, compatible = 2)
public final class ModuleLoader implements CoreModule public final class ModuleLoader implements CoreModule
{ {
private static ModuleLoader instance; private static ModuleLoader instance;