mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-22 04:15:44 +02:00
Prevent games from setting secure settings (#10460)
This commit is contained in:
@@ -53,9 +53,6 @@ struct SubgameSpec
|
||||
bool isValid() const { return (!id.empty() && !path.empty()); }
|
||||
};
|
||||
|
||||
// minetest.conf
|
||||
bool getGameMinetestConfig(const std::string &game_path, Settings &conf);
|
||||
|
||||
SubgameSpec findSubgame(const std::string &id);
|
||||
SubgameSpec findWorldSubgame(const std::string &world_path);
|
||||
|
||||
|
Reference in New Issue
Block a user