- Fixed a color bug
This commit is contained in:
parent
abaf94618c
commit
2018374b06
@ -200,7 +200,7 @@ public class Flag
|
|||||||
|
|
||||||
private ChatColor RemainColor(int remain)
|
private ChatColor RemainColor(int remain)
|
||||||
{
|
{
|
||||||
if (remain >= 12) return ChatColor.GREEN;
|
if (remain >= 9) return ChatColor.GREEN;
|
||||||
if ((remain < 9) && (remain >= 6)) return ChatColor.YELLOW;
|
if ((remain < 9) && (remain >= 6)) return ChatColor.YELLOW;
|
||||||
return ChatColor.RED;
|
return ChatColor.RED;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user