mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-12 16:58:39 +00:00
Fix issue #2441: crash on respawn, since a conversion std::list to std::vector on Environment.cpp
* Also change some std::list to std::vector for ClientMap::renderMap * Remove disabled code in ClientMap::renderMap, disabled since a long time
This commit is contained in:
parent
0d1eedcccc
commit
9749d9fee6
7 changed files with 35 additions and 84 deletions
|
@ -309,7 +309,7 @@ struct NodeResolveInfo {
|
|||
resolver = nr;
|
||||
}
|
||||
|
||||
std::list<std::string> nodenames;
|
||||
std::vector<std::string> nodenames;
|
||||
std::list<NodeListInfo> nodelistinfo;
|
||||
NodeResolver *resolver;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue