mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 15:11:36 -04:00
Merge pull request #200 from TES3MP/tes3mp-introduce-Client-processors
[Client] Use protected member instead local variable
This commit is contained in:
commit
ad62968397
@ -17,7 +17,7 @@ namespace mwmp
|
||||
public:
|
||||
virtual void Do(WorldPacket &packet, WorldEvent &event)
|
||||
{
|
||||
MWWorld::CellStore *ptrCellStore = Main::get().getCellController()->getCellStore(event.cell);
|
||||
ptrCellStore = Main::get().getCellController()->getCellStore(event.cell);
|
||||
|
||||
if (!ptrCellStore) return;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user