[Client] Fix build

This commit is contained in:
David Cernat 2018-01-30 14:06:07 +02:00
parent 5858e05362
commit f1ba9253b0

View file

@ -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
*/