Remove unnecessary new string declaration
This commit is contained in:
parent
839d9263fd
commit
ad32f4e2f1
@ -17,7 +17,7 @@ public class ChallengeEmpty extends Challenge
|
||||
{
|
||||
public ChallengeEmpty(BawkBawkBattles host)
|
||||
{
|
||||
super(host, ChallengeType.FirstComplete, "Empty", new String[] { "Not enough players" });
|
||||
super(host, ChallengeType.FirstComplete, "Empty", "Not enough players");
|
||||
|
||||
Settings.setUseMapHeight();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user