Update ck.lua

This commit is contained in:
Ishaan Bhardwaj 2020-10-24 09:12:12 -04:00 committed by GitHub
parent 5a21c8244b
commit 9fca272e8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -308,7 +308,7 @@ end
function SurvivalCKGame:getHighscoreData()
return {
grade = self:getLetterGrade(),
grade = self.grade,
level = self.level,
frames = self.frames,
}