Remove newline

master
HimbeerserverDE 2022-05-02 19:33:19 +02:00
parent df6906b139
commit cd1ccf7001
No known key found for this signature in database
GPG Key ID: A3D3E205DA0B0401
1 changed files with 0 additions and 1 deletions

View File

@ -445,7 +445,6 @@ func (cc *ClientConn) process(pkt mt.Pkt) {
done := make(chan struct{})
go func(done chan<- struct{}) {
result, isCmd := onChatMsg(cc, cmd)
if !isCmd {
forward(pkt)