mirror of
https://github.com/cave-story-randomizer/cave-story-randomizer
synced 2024-11-10 00:45:15 +00:00
Fixed strings
This commit is contained in:
parent
2687db83ab
commit
35da7227bc
|
@ -72,7 +72,7 @@ function C:_mountDirectory(path)
|
|||
end
|
||||
|
||||
function C:_seedRngesus()
|
||||
local seed_from_file = io.open(lf.getSourceBaseDirectory() + "seed.txt"):read('*10')
|
||||
local seed_from_file = io.open(lf.getSourceBaseDirectory() .. "seed.txt"):read('*10')
|
||||
local seed = ""
|
||||
if seed_from_file == nil or string.len(seed_from_file) < 10 then
|
||||
logWarning('Seed from file doesnt exists or seems to be invalid, generate a new')
|
||||
|
|
Loading…
Reference in a new issue