geforkt von SteamWar/BungeeCore
Fix check without rank
Signed-off-by: Lixfel <agga-games@gmx.de>
Dieser Commit ist enthalten in:
Ursprung
f975c4c867
Commit
2dd8cf3f8b
@ -49,6 +49,7 @@ public class CheckCommand extends BasicCommand {
|
|||||||
|
|
||||||
public static void setCheckQuestions(SchematicType checkType, Configuration config) {
|
public static void setCheckQuestions(SchematicType checkType, Configuration config) {
|
||||||
checkQuestions.put(checkType, config.getStringList("CheckQuestions"));
|
checkQuestions.put(checkType, config.getStringList("CheckQuestions"));
|
||||||
|
if(!config.getStringList("Ranks").isEmpty())
|
||||||
ranks.put(checkType, config.getStringList("Ranks"));
|
ranks.put(checkType, config.getStringList("Ranks"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren