1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-06 17:41:04 +00:00

Require 'basic_debug' priv to view gameplay-relevant debug info, require 'debug' priv to view wireframe (#9315)

Fixes #7245.
This commit is contained in:
Wuzzy 2021-06-24 18:21:19 +00:00 committed by GitHub
parent 51bf4a6e26
commit 63fc728a84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 85 additions and 20 deletions

View file

@ -58,7 +58,8 @@ public:
bool show_chat = true;
bool show_hud = true;
bool show_minimap = false;
bool show_debug = true;
bool show_minimal_debug = false;
bool show_basic_debug = false;
bool show_profiler_graph = false;
};