Skip to content

Commit

Permalink
Update PlayerUtil.java
Browse files Browse the repository at this point in the history
  • Loading branch information
MCTzOCK authored Jan 10, 2021
1 parent 6f0ea56 commit 37a15d7
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ public static void chooseTeams(Boolean log)
}
}
System.gc();

Location spawn = new Location(Bukkit.getWorld("world"), -79, 50, -184);
Location spawn = new Location(Bukkit.getWorld("world"), -105, 73, -6);


for(Player p : Bukkit.getOnlinePlayers())
Expand Down

0 comments on commit 37a15d7

Please sign in to comment.