Rename tall disguises thingy so its not so horrible to find, also have it turned off if they specifically turn self disguises on
This commit is contained in:
@@ -114,7 +114,7 @@ public class ParamInfoManager {
|
||||
// Add these last as it's what we want to present to be called the least
|
||||
for (String methodName : new String[]{"setSelfDisguiseVisible", "setHideHeldItemFromSelf",
|
||||
"setHideArmorFromSelf", "setHearSelfDisguise", "setHidePlayer", "setExpires", "setNotifyBar",
|
||||
"setBossBarColor", "setBossBarStyle", "setHideTallSelfDisguise"}) {
|
||||
"setBossBarColor", "setBossBarStyle", "setTallDisguisesVisible"}) {
|
||||
try {
|
||||
Class cl = boolean.class;
|
||||
|
||||
|
Reference in New Issue
Block a user