update player map markers when client changes cell

pull/517/head
uramer 5 years ago
parent cb5e24e6c5
commit 3b2098382b

@ -458,6 +458,15 @@ namespace MWGui
updateMagicMarkers();
updateCustomMarkers();
/*
Start of tes3mp addition
Update player markers when cell changes to fix their locations
*/
updatePlayerMarkers();
/*
End of tes3mp addition
*/
}
void LocalMapBase::requestMapRender(const MWWorld::CellStore *cell)

Loading…
Cancel
Save