mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-28 07:55:38 -04:00
Incredibly important color consistency fix
This commit is contained in:
parent
d68d17eaa5
commit
aeaef72e14
@ -285,9 +285,9 @@ namespace ClassicalSharp {
|
|||||||
game.autoRotate = !game.autoRotate;
|
game.autoRotate = !game.autoRotate;
|
||||||
Key key = Keys[KeyBind.Autorotate];
|
Key key = Keys[KeyBind.Autorotate];
|
||||||
if (game.autoRotate) {
|
if (game.autoRotate) {
|
||||||
game.Chat.Add(" &eAuto rotate is &aenabled. &aPress " + key + " &eto disable.");
|
game.Chat.Add(" &eAuto rotate is &aenabled. &ePress &a" + key + " &eto disable.");
|
||||||
} else {
|
} else {
|
||||||
game.Chat.Add(" &eAuto rotate is &cdisabled. &aPress " + key + " &eto re-enable.");
|
game.Chat.Add(" &eAuto rotate is &cdisabled. &ePress &a" + key + " &eto re-enable.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user