Typo mistake

This commit is contained in:
Teddy 2016-01-11 12:09:08 +00:00
parent ec6e916c7b
commit 78eaee98df
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ public abstract class Game implements Listener
// Chat Stats
public final ChatStatData Kills = new ChatStatData(new String[]{"Kills"}, "Kills", true);
public final ChatStatData Deaths = new ChatStatData(new String[]{"Deaths"}, "Kills", true);
public final ChatStatData Deaths = new ChatStatData(new String[]{"Deaths"}, "Deaths", true);
public final ChatStatData KDRatio = new ChatStatData(new String[]{"KDRatio"}, "KD-Ratio", true);
// Gems