Skip to content

Commit

Permalink
~Fixed /bs settiem command
Browse files Browse the repository at this point in the history
  • Loading branch information
JustBru00 committed Jul 17, 2020
1 parent 7a314ed commit 57dde2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public boolean onCommand(CommandSender sender, Command command, String label, St
return true;
}

if (args.length == 1) {
if (args.length >= 1) {
if (args[0].equalsIgnoreCase("start")) {
if (RoundManager.getRoundTaskId() == -1) {
for (Player p : Bukkit.getOnlinePlayers()) {
Expand Down

0 comments on commit 57dde2d

Please sign in to comment.