mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2024-12-12 15:07:22 +01:00
Fix 1.12
This commit is contained in:
parent
a8a9006dd1
commit
f6a54eea4a
@ -2881,7 +2881,7 @@ public class DisguiseUtilities {
|
||||
public static WrappedDataWatcher createDatawatcher(List<WatcherValue> watcherValues) {
|
||||
WrappedDataWatcher watcher = new WrappedDataWatcher();
|
||||
|
||||
watcherValues.forEach(v -> watcher.setObject(v.getIndex(), ReflectionManager.createDataWatcherObject(v.getMetaIndex(), v.getValue())));
|
||||
watcherValues.forEach(v -> watcher.setObject(ReflectionManager.createDataWatcherObject(v.getMetaIndex(), v.getValue()), v.getValue()));
|
||||
|
||||
return watcher;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user