From ed78082e113cf7124603773279caca1b579bc715 Mon Sep 17 00:00:00 2001 From: James <38226001+james-munson@users.noreply.github.com> Date: Mon, 3 Jun 2019 02:35:37 -0700 Subject: [PATCH] Fixed morph being on by default and causing issues (#486) --- .../main/java/net/runelite/client/plugins/tmorph/TMorph.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/tmorph/TMorph.java b/runelite-client/src/main/java/net/runelite/client/plugins/tmorph/TMorph.java index 5244ab175c..5e69cad8b7 100644 --- a/runelite-client/src/main/java/net/runelite/client/plugins/tmorph/TMorph.java +++ b/runelite-client/src/main/java/net/runelite/client/plugins/tmorph/TMorph.java @@ -43,7 +43,8 @@ import org.apache.commons.lang3.ObjectUtils; name = "TMorph", description = "Want to wear a infernal cape? well now you can!", tags = {"transform", "model", "item", "morph"}, - type = PluginType.UTILITY + type = PluginType.UTILITY, + enabledByDefault = false ) public class TMorph extends Plugin