Updates map packets (#319)
This commit is contained in:
parent
0726b4547b
commit
ceb8d4ad49
6 changed files with 106 additions and 70 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue