mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2024-11-27 21:26:17 +01:00
Fix a typo
That wouldn't be a terrible name for the class though
This commit is contained in:
parent
413a3c27a4
commit
9b2c8826b1
@ -349,7 +349,7 @@ public class WrappedDataWatcher extends AbstractWrapper implements Iterable<Wrap
|
||||
* @param value New value
|
||||
*/
|
||||
public void setObject(int index, Serializer serializer, Object value) {
|
||||
setObject(new WrappedWatcherObject(index, serializer), value);
|
||||
setObject(new WrappedDataWatcherObject(index, serializer), value);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user