diff --git a/Plugins/Mineplex.Core/src/mineplex/core/elo/EloPlayer.java b/Plugins/Mineplex.Core/src/mineplex/core/elo/EloPlayer.java index e3a72bfa5..e34a03f15 100644 --- a/Plugins/Mineplex.Core/src/mineplex/core/elo/EloPlayer.java +++ b/Plugins/Mineplex.Core/src/mineplex/core/elo/EloPlayer.java @@ -18,9 +18,4 @@ public class EloPlayer _division = newDivision; } - public void addRating(int toAdd) - { - Rating += toAdd; - } - }