Project cleanup pre merge.

This commit is contained in:
2023-07-15 09:23:48 -04:00
parent 134b651df8
commit 9bbdef224d
747 changed files with 99704 additions and 101200 deletions
+2 -2
View File
@@ -41,7 +41,7 @@ public class IgnoreMsg extends ClientNetMsg {
* past the limit) then this constructor Throws that Exception to the
* caller.
*/
public IgnoreMsg(AbstractConnection origin, ByteBufferReader reader) {
public IgnoreMsg(AbstractConnection origin, ByteBufferReader reader) {
super(Protocol.IGNORE, origin, reader);
}
@@ -59,7 +59,7 @@ public class IgnoreMsg extends ClientNetMsg {
* Deserializes the subclass specific items from the supplied NetMsgReader.
*/
@Override
protected void _deserialize(ByteBufferReader reader) {
protected void _deserialize(ByteBufferReader reader) {
unknown1 = reader.getInt();
unknown2 = reader.getInt();
nameToIgnore = reader.getUnicodeString();