mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-31 01:15:57 -04:00
Fixed a minor syntax error
This commit is contained in:
@@ -333,7 +333,7 @@ public class SWGList<E> implements List<E>, Serializable {
|
||||
|
||||
IoBuffer buffer = Delta.createBuffer(3 + newListData.length);
|
||||
buffer.put((byte) 3);
|
||||
buffer.put((short) list.size());
|
||||
buffer.putShort((short) list.size());
|
||||
buffer.put(newListData);
|
||||
newListData = buffer.array();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user