summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorShinDarth <borzifrancesco@gmail.com>2016-08-24 17:06:14 +0200
committerShinDarth <borzifrancesco@gmail.com>2016-08-24 17:06:14 +0200
commitcf9322ab4d44f2867c575243c39253ff87dde9c0 (patch)
tree8ef0bdb70c349c94249bc80dc23ae4c66463f76a /src
parent68079ef5954ecad7971df03f9eac32b8c4db8fa8 (diff)
Core/Commands: enable .gm ingame command + misc cleaning
Diffstat (limited to 'src')
-rw-r--r--src/scripts/Commands/cs_gm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/Commands/cs_gm.cpp b/src/scripts/Commands/cs_gm.cpp
index 466ff6b567..d88c6138aa 100644
--- a/src/scripts/Commands/cs_gm.cpp
+++ b/src/scripts/Commands/cs_gm.cpp
@@ -31,7 +31,7 @@ public:
{
{ "chat", SEC_GAMEMASTER, false, &HandleGMChatCommand, "" },
{ "fly", SEC_GAMEMASTER, false, &HandleGMFlyCommand, "" },
- //{ "ingame", SEC_PLAYER, true, &HandleGMListIngameCommand, "" },
+ { "ingame", SEC_PLAYER, true, &HandleGMListIngameCommand, "" },
{ "list", SEC_GAMEMASTER, true, &HandleGMListFullCommand, "" },
{ "visible", SEC_GAMEMASTER, false, &HandleGMVisibleCommand, "" },
{ "", SEC_GAMEMASTER, false, &HandleGMCommand, "" }