fix(core): Cleans up OPL code (#396)
- [X] Cleans up OPL code to simplify the calls
This commit is contained in:
parent
5882b1ab3f
commit
0b9fb9c071
6 changed files with 28 additions and 70 deletions
|
|
@ -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]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue