Skip to content

Commit c7aa92a

Browse files
committedOct 20, 2020
Fix show_on_minimap default value for local player
fixes #10526
1 parent 4f23038 commit c7aa92a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/client/content_cao.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,8 @@ void GenericCAO::initialize(const std::string &data)
354354
m_is_local_player = true;
355355
m_is_visible = false;
356356
player->setCAO(this);
357+
358+
m_prop.show_on_minimap = false;
357359
}
358360
}
359361

0 commit comments

Comments
 (0)
Please sign in to comment.