Added ome stuff to Intro
This commit is contained in:
parent
a68d39a784
commit
64f5fb9016
2 changed files with 9 additions and 5 deletions
|
@ -35,16 +35,20 @@ public class AddToUHC extends TBMCCommandBase {
|
||||||
case WAITING:
|
case WAITING:
|
||||||
case SETUP:
|
case SETUP:
|
||||||
case INTRO:
|
case INTRO:
|
||||||
|
// Adds players to memory
|
||||||
|
sender.sendMessage("Adding Players to matchList!");
|
||||||
|
for (int i = 0; i > args.length; i++) {
|
||||||
|
match.playerList.add(args[i]);
|
||||||
|
}sender.sendMessage("Finished!");
|
||||||
case PEACE:
|
case PEACE:
|
||||||
case TENSION:
|
case TENSION:
|
||||||
case POWER:
|
case POWER:
|
||||||
case END:
|
case END:
|
||||||
|
sender.sendMessage("There is already a match going on!");
|
||||||
}
|
}
|
||||||
|
|
||||||
// Adds players to memory
|
|
||||||
for (int i = 0; i > args.length; i++) {
|
|
||||||
match.playerList.add(player.getName());
|
|
||||||
}
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue