summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Harkness <bearbin@gmail.com>2014-05-25 20:46:16 +0200
committerAlexander Harkness <bearbin@gmail.com>2014-05-25 20:46:16 +0200
commita352ec38958f2884d6fe12fa7320947c65d1a65f (patch)
treeaf46caa68caf8e8e256a890803a18a5f1b83daf8
parentUpdate GroupManager.h (diff)
downloadcuberite-a352ec38958f2884d6fe12fa7320947c65d1a65f.tar
cuberite-a352ec38958f2884d6fe12fa7320947c65d1a65f.tar.gz
cuberite-a352ec38958f2884d6fe12fa7320947c65d1a65f.tar.bz2
cuberite-a352ec38958f2884d6fe12fa7320947c65d1a65f.tar.lz
cuberite-a352ec38958f2884d6fe12fa7320947c65d1a65f.tar.xz
cuberite-a352ec38958f2884d6fe12fa7320947c65d1a65f.tar.zst
cuberite-a352ec38958f2884d6fe12fa7320947c65d1a65f.zip
-rw-r--r--src/GroupManager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GroupManager.cpp b/src/GroupManager.cpp
index ba25d95ba..523697b07 100644
--- a/src/GroupManager.cpp
+++ b/src/GroupManager.cpp
@@ -104,7 +104,7 @@ bool cGroupManager::CheckUsers()
} // for itr - Split[]
} // for i - ini file keys
// Always return true for now, just but we can handle writefile fails later.
- return true
+ return true;
}
@@ -189,7 +189,7 @@ bool cGroupManager::LoadGroups()
}
}
// Always return true, we can handle writefile fails later.
- return true
+ return true;
}