mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2024-11-28 05:35:28 +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
|
* @param value New value
|
||||||
*/
|
*/
|
||||||
public void setObject(int index, Serializer serializer, Object 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