feat: allow no semicolon server:setup scripts

This commit is contained in:
Ayo Ayco 2024-12-27 11:52:25 +01:00
parent 4e10f7d92d
commit d50b67f3f4

View file

@ -271,7 +271,7 @@ function cleanScript(scripts) {
script = removeComments(script)
return script.replace(/\n/g, '').replace(/\s+/g, ' ')
return script //.replace(/\n/g, '').replace(/\s+/g, ' ')
}
/**