From d7ea874421ceca849c32fb3cdb3d25fda91a4837 Mon Sep 17 00:00:00 2001 From: Pepich Date: Wed, 1 Feb 2017 12:50:56 +0100 Subject: [PATCH] Updated description --- src/com/redstoner/modules/CoreModule.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/com/redstoner/modules/CoreModule.java b/src/com/redstoner/modules/CoreModule.java index 56dd132..6a026c6 100644 --- a/src/com/redstoner/modules/CoreModule.java +++ b/src/com/redstoner/modules/CoreModule.java @@ -3,6 +3,7 @@ package com.redstoner.modules; import com.redstoner.annotations.Version; /** This class shall be used for "CoreModules", which are acting on a lower level than modules and are also exempted from being disabled or reloaded on the go.
+ * Please note that CoreModules will not be known to the ModuleLoader itself!
* Examples are the ModuleLoader and the Debugger. * * @author Pepich */