Typo mistake
This commit is contained in:
parent
ec6e916c7b
commit
78eaee98df
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user