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:
libraryaddict
2020-05-01 14:56:46 +12:00
parent 824edfe698
commit d1319f800c
2 changed files with 8 additions and 4 deletions

View File

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