mirror of
https://github.com/deavminet/dnetd.git
synced 2024-12-22 14:53:37 +00:00
Typo fix
This commit is contained in:
parent
d6a62713a2
commit
f780df7c56
@ -929,7 +929,7 @@ public class DConnection : Thread
|
|||||||
/* Encode the username */
|
/* Encode the username */
|
||||||
protocolData ~= cast(byte[])username;
|
protocolData ~= cast(byte[])username;
|
||||||
|
|
||||||
/* Encode the sender's's length */
|
/* Encode the sender's length */
|
||||||
protocolData ~= [cast(byte)this.username.length];
|
protocolData ~= [cast(byte)this.username.length];
|
||||||
|
|
||||||
/* Encode the sender */
|
/* Encode the sender */
|
||||||
|
Loading…
Reference in New Issue
Block a user