summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlexander Harkness <bearbin@gmail.com>2014-06-11 18:26:10 +0200
committerAlexander Harkness <bearbin@gmail.com>2014-06-11 18:26:10 +0200
commitf9fd5193602f4cbf0b201e13e9b410b264d09bf2 (patch)
tree0aabef1a5698e75d92852342ac4e2635fb4824cc /src
parentAPIDump: Documented cBlockArea:GetCoordRange(). (diff)
downloadcuberite-f9fd5193602f4cbf0b201e13e9b410b264d09bf2.tar
cuberite-f9fd5193602f4cbf0b201e13e9b410b264d09bf2.tar.gz
cuberite-f9fd5193602f4cbf0b201e13e9b410b264d09bf2.tar.bz2
cuberite-f9fd5193602f4cbf0b201e13e9b410b264d09bf2.tar.lz
cuberite-f9fd5193602f4cbf0b201e13e9b410b264d09bf2.tar.xz
cuberite-f9fd5193602f4cbf0b201e13e9b410b264d09bf2.tar.zst
cuberite-f9fd5193602f4cbf0b201e13e9b410b264d09bf2.zip
Diffstat (limited to 'src')
-rw-r--r--src/GroupManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GroupManager.cpp b/src/GroupManager.cpp
index 523697b07..e570bb2b1 100644
--- a/src/GroupManager.cpp
+++ b/src/GroupManager.cpp
@@ -123,7 +123,7 @@ bool cGroupManager::LoadGroups()
IniFile.SetValue("Owner", "Permissions", "*", true);
IniFile.SetValue("Owner", "Color", "2", true);
- IniFile.SetValue("Moderator", "Permissions", "core.time,core.item,core.teleport,core.ban,core.unban,core.save-all,core.toggledownfall");
+ IniFile.SetValue("Moderator", "Permissions", "core.time,core.item,core.tpa,core.tpaccept,core.ban,core.unban,core.save-all,core.toggledownfall");
IniFile.SetValue("Moderator", "Color", "2", true);
IniFile.SetValue("Moderator", "Inherits", "Player", true);