Update EasyscapePlugin.java

removed exclamation mark from easyscape plugin
This commit is contained in:
supermxn
2019-04-22 20:16:15 -06:00
committed by GitHub
parent fe16c0f55e
commit 763fa8f8b0

View File

@@ -25,7 +25,7 @@ import static net.runelite.api.MenuAction.WALK;
@PluginDescriptor( @PluginDescriptor(
name = "!Easyscape", name = "Easyscape",
description = "Easyscape.", description = "Easyscape.",
tags = {"Easyscape"}, tags = {"Easyscape"},
enabledByDefault = false, enabledByDefault = false,
@@ -365,4 +365,4 @@ public class EasyscapePlugin extends Plugin {
} }
} }
} }