Fixed morph being on by default and causing issues (#486)

This commit is contained in:
James
2019-06-03 02:35:37 -07:00
committed by supermxn
parent 10e91659c5
commit ed78082e11

View File

@@ -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