This commit is contained in:
Tristan B. Kildaire 2021-01-28 16:28:54 +02:00
parent d6a62713a2
commit f780df7c56
1 changed files with 1 additions and 1 deletions

View File

@ -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 */