forked from mirror/openmw-tes3mp
[Client] Fix build
This commit is contained in:
parent
5858e05362
commit
f1ba9253b0
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ namespace MWWorld
|
|||
|
||||
Store a cell unload for the LocalPlayer
|
||||
*/
|
||||
mwmp::Main::get().getLocalPlayer()->storeCellState(*cell, mwmp::CellState::UNLOAD);
|
||||
mwmp::Main::get().getLocalPlayer()->storeCellState(*cell, mwmp::CellState::Type::Unload);
|
||||
/*
|
||||
End of tes3mp addition
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue