mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-11 19:50:30 +00:00
Tiny tiny cleanup
This commit is contained in:
parent
34418ddab5
commit
ccb512a20b
1 changed files with 0 additions and 2 deletions
|
@ -327,7 +327,6 @@ public class PacketsManager {
|
|||
private static WrappedDataWatcher createDataWatcher(WrappedDataWatcher watcher, FlagWatcher flagWatcher) {
|
||||
WrappedDataWatcher newWatcher = new WrappedDataWatcher();
|
||||
try {
|
||||
// Calling c() gets the watchable objects exactly as they are.
|
||||
List<WrappedWatchableObject> list = watcher.getWatchableObjects();
|
||||
for (WrappedWatchableObject watchableObject : flagWatcher.convert(list)) {
|
||||
newWatcher.setObject(watchableObject.getIndex(), watchableObject.getValue());
|
||||
|
@ -336,7 +335,6 @@ public class PacketsManager {
|
|||
ex.printStackTrace();
|
||||
}
|
||||
return newWatcher;
|
||||
|
||||
}
|
||||
|
||||
public static byte getPitch(DisguiseType disguiseType, DisguiseType entityType, byte value) {
|
||||
|
|
Loading…
Reference in a new issue