diff options
author | madmaxoft <github@xoft.cz> | 2013-08-03 20:45:08 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-08-03 20:45:08 +0200 |
commit | 106308796d975351b4c5c05927d2790adf2da26a (patch) | |
tree | 5d2545b004e82a3a6366843d96867146738a0e6f /source/GroupManager.cpp | |
parent | Added cWorld::DoWithChunk() function. (diff) | |
parent | Removed all example ini files from Install. (diff) | |
download | cuberite-106308796d975351b4c5c05927d2790adf2da26a.tar cuberite-106308796d975351b4c5c05927d2790adf2da26a.tar.gz cuberite-106308796d975351b4c5c05927d2790adf2da26a.tar.bz2 cuberite-106308796d975351b4c5c05927d2790adf2da26a.tar.lz cuberite-106308796d975351b4c5c05927d2790adf2da26a.tar.xz cuberite-106308796d975351b4c5c05927d2790adf2da26a.tar.zst cuberite-106308796d975351b4c5c05927d2790adf2da26a.zip |
Diffstat (limited to 'source/GroupManager.cpp')
-rw-r--r-- | source/GroupManager.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/source/GroupManager.cpp b/source/GroupManager.cpp index a474de9cb..396ad2e2f 100644 --- a/source/GroupManager.cpp +++ b/source/GroupManager.cpp @@ -1,4 +1,3 @@ - #include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules #include "GroupManager.h" @@ -88,7 +87,7 @@ cGroupManager::cGroupManager() for( unsigned int i = 0; i < Split.size(); i++) { Group->AddPermission( Split[i] ); - LOGINFO("Permission: %s", Split[i].c_str() ); + //LOGINFO("Permission: %s", Split[i].c_str() ); } } @@ -102,7 +101,7 @@ cGroupManager::cGroupManager() } } } - LOG("-- Done Loading Groups --"); + LOG("-- Groups Successfully Loaded --"); } |