This commit is contained in:
samczsun 2017-03-09 20:08:19 -05:00 committed by cnr
parent 3ef8c6f532
commit ca452463db

View File

@ -224,8 +224,8 @@ public class Draw extends SoloGame
);
registerChatStats(
new ChatStatData("TotalGuess", "Total Guess'", true),
new ChatStatData("PureLuck", "Lucky Guess'", true)
new ChatStatData("TotalGuess", "Total Guesses", true),
new ChatStatData("PureLuck", "Lucky Guesses", true)
);
new CompassModule()