Added setUpsideDown to PlayerWatcher
This commit is contained in:
@@ -145,10 +145,6 @@ public class ParamInfoManager {
|
||||
if (watcherClass == PlayerWatcher.class) {
|
||||
try {
|
||||
methods.add(PlayerDisguise.class.getMethod("setDynamicName", boolean.class));
|
||||
|
||||
if (DisguiseConfig.isArmorstandsName()) {
|
||||
methods.add(PlayerDisguise.class.getMethod("setUpsideDown", boolean.class));
|
||||
}
|
||||
}
|
||||
catch (NoSuchMethodException e) {
|
||||
e.printStackTrace();
|
||||
|
Reference in New Issue
Block a user