stupid sun
This commit is contained in:
parent
2b3b1e8984
commit
0dc9950215
7 changed files with 8 additions and 11 deletions
|
|
@ -136,7 +136,7 @@ vtwrite(VtConn *z, uchar score[VtScoreSize], uint type, uchar *buf, int n)
|
|||
{
|
||||
Packet *p;
|
||||
|
||||
p = packetforeign(buf, n, nil, nil);
|
||||
p = packetforeign(buf, n, 0, nil);
|
||||
return vtwritepacket(z, score, type, p);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue