f... me
This commit is contained in:
parent
6cb3768fdb
commit
a519ca8b9a
@ -50,7 +50,7 @@ class Song
|
||||
|
||||
trace('loading ' + folder.toLowerCase() + '/' + jsonInput.toLowerCase());
|
||||
|
||||
var rawJson = Assets.getText(Paths.json(folder + '/' + jsonInput.toLowerCase())).trim();
|
||||
var rawJson = Assets.getText(Paths.json(folder.toLowerCase() + '/' + jsonInput.toLowerCase())).trim();
|
||||
|
||||
while (!rawJson.endsWith("}"))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user