Fixed crashes and errors when loading into world.
This commit is contained in:
@@ -1244,7 +1244,7 @@ namespace Game.Networking.Packets
|
||||
|
||||
public override void Read()
|
||||
{
|
||||
_worldPacket.WriteUInt32(Ticks);
|
||||
Ticks = _worldPacket.ReadUInt32();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user