branch | qmlfrontend |
changeset 11420 | ef7f8ac96dfa |
parent 11419 | 8a5cc31483c6 |
child 11423 | e045dc60c37e |
--- a/hedgewars/uFLNetProtocol.pas Sat Nov 21 00:42:11 2015 +0300 +++ b/hedgewars/uFLNetProtocol.pas Sat Nov 21 09:56:00 2015 +0300 @@ -190,7 +190,7 @@ if roomLinesCount = 8 then begin - sendUI(mtAddRoom, @roomInfo[1], length(roomInfo)); + sendUI(mtAddRoom, @roomInfo[1], length(roomInfo) - 1); roomLinesCount:= 0; roomInfo:= '' end else inc(roomLinesCount);