mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-22 17:18:39 +00:00
Prevent games from setting secure settings (#10460)
This commit is contained in:
parent
f46509d5e2
commit
e80fc22dd9
4 changed files with 23 additions and 3 deletions
|
@ -207,6 +207,8 @@ public:
|
|||
void deregisterChangedCallback(const std::string &name,
|
||||
SettingsChangedCallback cbf, void *userdata = NULL);
|
||||
|
||||
void removeSecureSettings();
|
||||
|
||||
private:
|
||||
/***********************
|
||||
* Reading and writing *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue