diff options
author | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2014-02-02 23:55:41 +0100 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2014-02-02 23:55:41 +0100 |
commit | c1c7936c6874adcba45d6e31eeafba9a92aaaedd (patch) | |
tree | d59d01a7bb1711c0805fff9aea2048584439838e /src | |
parent | Merge branch 'master' of https://github.com/mc-server/MCServer (diff) | |
download | cuberite-c1c7936c6874adcba45d6e31eeafba9a92aaaedd.tar cuberite-c1c7936c6874adcba45d6e31eeafba9a92aaaedd.tar.gz cuberite-c1c7936c6874adcba45d6e31eeafba9a92aaaedd.tar.bz2 cuberite-c1c7936c6874adcba45d6e31eeafba9a92aaaedd.tar.lz cuberite-c1c7936c6874adcba45d6e31eeafba9a92aaaedd.tar.xz cuberite-c1c7936c6874adcba45d6e31eeafba9a92aaaedd.tar.zst cuberite-c1c7936c6874adcba45d6e31eeafba9a92aaaedd.zip |
Diffstat (limited to '')
-rw-r--r-- | src/GroupManager.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GroupManager.cpp b/src/GroupManager.cpp index 792acc2c3..497f98c93 100644 --- a/src/GroupManager.cpp +++ b/src/GroupManager.cpp @@ -58,11 +58,11 @@ cGroupManager::cGroupManager() IniFile.SetValue("Moderator", "Color", "2", true); IniFile.SetValue("Moderator", "Inherits", "Player", true); - IniFile.SetValue("Player", "Permissions", "core.build", true); + IniFile.SetValue("Player", "Permissions", "core.portal", true); IniFile.SetValue("Player", "Color", "f", true); IniFile.SetValue("Player", "Inherits", "Default", true); - IniFile.SetValue("Default", "Permissions", "core.help,core.playerlist,core.pluginlist,core.spawn,core.listworlds,core.back,core.motd,core.gotoworld,core.coords,core.viewdistance", true); + IniFile.SetValue("Default", "Permissions", "core.help,core.plugins,core.spawn,core.worlds,core.back,core.motd,core.build,core.locate,core.viewdistance", true); IniFile.SetValue("Default", "Color", "f", true); IniFile.WriteFile("groups.ini"); |