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