diff options
| author | Markus Mittendrein <git@maxmitti.tk> | 2016-01-07 13:39:54 +0100 |
|---|---|---|
| committer | Markus Mittendrein <git@maxmitti.tk> | 2016-01-07 13:39:54 +0100 |
| commit | bb5431ba4d88018275d459b16dfdc129ab133b45 (patch) | |
| tree | 35d86e3e8761f75752b30b207361ed5f1e660acc /src | |
| parent | 774d90a7928ddc2057bffc48918f9ab674d40763 (diff) | |
| download | manager-bb5431ba4d88018275d459b16dfdc129ab133b45.tar.gz manager-bb5431ba4d88018275d459b16dfdc129ab133b45.zip | |
Fix skip-commands so moderators can skip indexed wishes
Diffstat (limited to 'src')
| -rw-r--r-- | src/crsm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crsm.cpp b/src/crsm.cpp index e2b8a4e..2d4d32b 100644 --- a/src/crsm.cpp +++ b/src/crsm.cpp @@ -2283,7 +2283,7 @@ CMD_FUNCTION_IMPL(skip) } } } - else if(userlist.at(pos).wishClient != client) + else if(userlist.at(pos).wishClient != client && userType < Moderator) { pos = -2; } |
