9
0
mirror of https://github.com/Auxilor/EcoMobs.git synced 2025-12-21 07:59:28 +00:00

Fixed eco compatibility

This commit is contained in:
Auxilor
2021-01-05 09:18:23 +00:00
parent ffc10479bd
commit 284320eea6

View File

@@ -23,7 +23,7 @@ public class IllusionerPlugin extends AbstractEcoPlugin {
* Internal constructor called by bukkit on plugin load.
*/
public IllusionerPlugin() {
super("Illusioner", 86576, 9596, "com.willfp.illusioner.proxy");
super("Illusioner", 86576, 9596, "com.willfp.illusioner.proxy", "&9");
}
/**