game/boost: fix a typo
This commit is contained in:
parent
d867860d2f
commit
fc1d877ef6
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ function SonicBoost:new(controller)
|
|||
end
|
||||
|
||||
function SonicBoost:getCharacterData(name)
|
||||
return self.datas.character[name]
|
||||
return self.datas.characters[name]
|
||||
end
|
||||
|
||||
function SonicBoost:getData()
|
||||
|
|
Loading…
Reference in a new issue