This commit is contained in:
Kamron Batman 2020-05-04 15:16:27 -07:00 committed by GitHub
parent eb2a9a0016
commit b7c422e4ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 16 deletions

View file

@ -55,10 +55,6 @@ namespace Server.Network
Stream.Write((short)list.Count);
// The client sorts these by their X/Y value.
// OSI sends these in weird order. X/Y highest to lowest and serial loewst to highest
// These are already sorted by serial (done by the vendor class) but we have to send them by x/y
// (the x74 packet is sent in 'correct' order.)
for (var i = list.Count - 1; i >= 0; --i)
{
var bis = list[i];