Skip to content

Commit

Permalink
Fix show_on_minimap default value for local player
Browse files Browse the repository at this point in the history
fixes #10526
  • Loading branch information
sfan5 committed Oct 20, 2020
1 parent 4f23038 commit c7aa92a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/client/content_cao.cpp
Expand Up @@ -354,6 +354,8 @@ void GenericCAO::initialize(const std::string &data)
m_is_local_player = true;
m_is_visible = false;
player->setCAO(this);

m_prop.show_on_minimap = false;
}
}

Expand Down

0 comments on commit c7aa92a

Please sign in to comment.