mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-16 09:55:22 +02:00
Revert "Fix issue #2441: crash on respawn, since a conversion std::list to std::vector on Environment.cpp"
This reverts parts of commit 9749d9fee6
, which breaks node resolver
list clearing
This commit is contained in:
@@ -309,7 +309,7 @@ struct NodeResolveInfo {
|
||||
resolver = nr;
|
||||
}
|
||||
|
||||
std::vector<std::string> nodenames;
|
||||
std::list<std::string> nodenames;
|
||||
std::list<NodeListInfo> nodelistinfo;
|
||||
NodeResolver *resolver;
|
||||
};
|
||||
|
Reference in New Issue
Block a user