Skip to content

Commit 4faa585

Browse files
committed
undo preinput fix, thus fixing preinputs
1 parent 014b7dd commit 4faa585

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/engine/server/server.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1925,7 +1925,7 @@ void CServer::ProcessClientPacket(CNetChunk *pPacket)
19251925
if(!aPreInputClients[Id])
19261926
continue;
19271927

1928-
SendPackMsg(&PreInput, MSGFLAG_FLUSH | MSGFLAG_NORECORD, Id);
1928+
SendPackMsg(&PreInput, MSGFLAG_VITAL | MSGFLAG_NORECORD, Id);
19291929
}
19301930
}
19311931
}

0 commit comments

Comments
 (0)