mirror of
https://github.com/moparisthebest/rswiki-book
synced 2024-12-23 07:58:47 -05:00
Update MediaWiki page '317 Send add ignore'
This commit is contained in:
parent
3caf5c44a4
commit
39acbb41ab
@ -9,8 +9,6 @@ Sends the IDs of all the users that this player has in their ignore.
|
|||||||
|
|
||||||
This packet has a slightly different structure than the other packets.
|
This packet has a slightly different structure than the other packets.
|
||||||
|
|
||||||
NOTE: Due to my lack of knowledge about Wiki syntax, I am not sure how to wrap the following text in [code] tags.
|
|
||||||
|
|
||||||
int entries = packetSize / 8;
|
int entries = packetSize / 8;
|
||||||
for (int i = 0; i < entries; i++) {
|
for (int i = 0; i < entries; i++) {
|
||||||
ignoreList[i] = stream.readLong();
|
ignoreList[i] = stream.readLong();
|
||||||
|
Loading…
Reference in New Issue
Block a user