fix grammar bug
This commit is contained in:
parent
11fb02a594
commit
d2cc8d5077
@ -1868,7 +1868,11 @@ public class MineStrike extends TeamGame
|
||||
ChatColor color = ChatColor.GRAY;
|
||||
if (winner != null)
|
||||
{
|
||||
if(winner.GetName().contains("Bombers")) {
|
||||
winnerLine= winner.GetColor() + C.Bold + winner.GetName() + " have won the round!";
|
||||
} else {
|
||||
winnerLine= winner.GetColor() + C.Bold + winner.GetName() + " has won the round!";
|
||||
}
|
||||
addScore(winner);
|
||||
drawScoreboard();
|
||||
color = winner.GetColor();
|
||||
|
Loading…
Reference in New Issue
Block a user