From 6e23a17acb0af19cfb6e7ff934915079f919f7db Mon Sep 17 00:00:00 2001 From: Joseph Prezioso Jr Date: Fri, 1 Apr 2016 16:01:57 -0400 Subject: [PATCH] Removed unnecessary code. --- Plugins/Mineplex.Core/src/mineplex/core/elo/EloPlayer.java | 5 ----- 1 file changed, 5 deletions(-) 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; - } - }