Small changes and bug fixes

This commit is contained in:
EntenKoeniq
2022-04-12 08:15:25 +02:00
parent ea2af8070b
commit f6ceb7308b
3 changed files with 85 additions and 12 deletions

View File

@ -254,7 +254,7 @@ namespace CoopServer
new Packets.FileTransferTick() { ID = file.FileID, FileChunk = file.FileChunks[FileDataPosition++] }.PacketToNetOutGoingMessage(outgoingMessage);
Server.MainNetServer.SendMessage(outgoingMessage, conn, NetDeliveryMethod.ReliableUnordered, (byte)ConnectionChannel.File);
Server.MainNetServer.SendMessage(outgoingMessage, conn, NetDeliveryMethod.ReliableOrdered, (byte)ConnectionChannel.File);
}
public bool IsCurrentFile(int id)