Updates map packets (#319)

This commit is contained in:
Kamron Batman 2020-11-17 20:58:28 -08:00 committed by GitHub
parent 0726b4547b
commit ceb8d4ad49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 106 additions and 70 deletions

View file

@ -31,7 +31,7 @@ namespace Server.Network
writer.Write(serial);
writer.Write((byte)level);
ns.Send(ref buffer, 6);
ns.Send(ref buffer, writer.Position);
}
public static void SendGlobalLightLevel(this NetState ns, int level = 0)