fixed bug where player who comes first was not being added to ranks. (get nothing)
This commit is contained in:
parent
31772196a9
commit
17c36026f6
@ -351,7 +351,7 @@ public class AntiHack extends MiniPlugin
|
||||
player.kickPlayer(
|
||||
C.cGold + "Mineplex Anti-Cheat" + "\n" +
|
||||
C.cWhite + "You were kicked for suspicious movement." + "\n" +
|
||||
C.cWhite + "Cheating will result in a " + C.cRed + "Permanent Ban" + C.cWhite + "." + "\n" +
|
||||
C.cWhite + "Cheating may result in a " + C.cRed + "Permanent Ban" + C.cWhite + "." + "\n" +
|
||||
C.cWhite + "If you were not cheating, you will not be banned."
|
||||
);
|
||||
|
||||
|
@ -366,7 +366,7 @@ public class GameTeam
|
||||
|
||||
for (Player player : GetPlayers(true))
|
||||
{
|
||||
_places.add(0, player);
|
||||
placesClone.add(0, player);
|
||||
}
|
||||
|
||||
return placesClone;
|
||||
|
Loading…
Reference in New Issue
Block a user