We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9786a12 commit 4990e05Copy full SHA for 4990e05
Client/objects/oClient/Other_68.gml
@@ -57,7 +57,7 @@ switch(type) {
57
var packSize = buffer_peek(buff, i, buffer_u32);
58
59
// if exceding the packet size
60
- if (i + packSize > size) {
+ if (i + 4 + packSize > size) {
61
halfpack = buffer_create(size-i, buffer_fixed, 1);
62
buffer_copy(buff, i, size-i, halfpack, 0);
63
//trace("half in-")
0 commit comments