Fixed dye color copy-paste error.
This commit is contained in:
parent
b8f9274fbb
commit
8f47621a2a
@ -13211,13 +13211,13 @@ implements Listener
|
||||
color = "Light Blue";
|
||||
}break;
|
||||
case 13:{
|
||||
color = "Green";
|
||||
color = "Magenta";
|
||||
}break;
|
||||
case 14:{
|
||||
color = "Red";
|
||||
color = "Orange";
|
||||
}break;
|
||||
case 15:{
|
||||
color = "Black";
|
||||
color = "White";
|
||||
}break;
|
||||
}
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user