Guest User

Untitled

a guest
Oct 19th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. public static Player getRandomPlayers(Player p) {
  2. if (players.size() < 2)
  3. return players.get(0);
  4. return return playersPlaying.get(Misc.random(i));;
  5. }
Add Comment
Please, Sign In to add comment