src/core: fix typo in the option file
This commit is contained in:
parent
dbaf2614bd
commit
01e114ddf5
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ function OptionsManager:read()
|
||||||
self:setData(loadedDatas[1])
|
self:setData(loadedDatas[1])
|
||||||
else
|
else
|
||||||
self:reset()
|
self:reset()
|
||||||
print("no data file found, reseting data it")
|
print("no data file found, reseting data")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue