mirror of
https://github.com/moparisthebest/rswiki-book
synced 2024-11-11 03:45:02 -05:00
Update MediaWiki page '135 Protocol'
This commit is contained in:
parent
c4b0e07123
commit
d05138c9fc
@ -8,7 +8,7 @@ This page refers to the RSC #135 client revision. You can find a partially refac
|
|||||||
[byte] (len & 0xff)
|
[byte] (len & 0xff)
|
||||||
} else {
|
} else {
|
||||||
[byte] len
|
[byte] len
|
||||||
[byte] data[len - 1] // last byte
|
[byte] data[len] // last byte
|
||||||
len--; // skip it
|
len--; // skip it
|
||||||
}
|
}
|
||||||
[byte] opcode
|
[byte] opcode
|
||||||
|
Loading…
Reference in New Issue
Block a user