Fixing colors
Dieser Commit ist enthalten in:
Ursprung
b972330684
Commit
fc755f3c4b
@ -248,10 +248,10 @@ public class SchematicCommand implements CommandExecutor {
|
||||
|
||||
AutoCheckResult result = CheckSchemType.get(type).autoCheck(schematic);
|
||||
Collection<String> errors = result.errors();
|
||||
for(String warning : errors){
|
||||
for(String warning : result.warnings()){
|
||||
player.sendMessage(" §e" + warning);
|
||||
}
|
||||
for(String error : result.warnings()){
|
||||
for(String error : errors){
|
||||
player.sendMessage(" §c" + error);
|
||||
}
|
||||
if(!errors.isEmpty()){
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren