fix(core): Cleans up OPL code (#396)

- [X] Cleans up OPL code to simplify the calls
This commit is contained in:
Kamron Batman 2021-01-09 11:56:05 -08:00 committed by GitHub
parent 5882b1ab3f
commit 0b9fb9c071
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 28 additions and 70 deletions

View file

@ -703,7 +703,7 @@ namespace Server.Items
{
for (var i = 0; i < Items.Count; ++i)
{
Items[i].SendOPLPacketTo(to.NetState, true);
ns.SendOPLInfo(Items[i]);
}
}
}