From f8fd432dca9f84a489cb7033afc4e4eef7cff49d Mon Sep 17 00:00:00 2001 From: lhofhansl Date: Thu, 3 Nov 2016 19:14:32 -0700 Subject: Add debug priv, and allow player to display the scene as wire-frame. (#4709) --- builtin/game/privileges.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'builtin') diff --git a/builtin/game/privileges.lua b/builtin/game/privileges.lua index 05c79440c..f89514134 100644 --- a/builtin/game/privileges.lua +++ b/builtin/game/privileges.lua @@ -58,4 +58,7 @@ core.register_privilege("zoom", { description = "Can zoom the camera", give_to_singleplayer = false, }) - +core.register_privilege("debug", { + description = "Allows enabling various debug options that may affect gameplay", + give_to_singleplayer = false, +}) -- cgit v1.2.3