Replace sandbox wrapper scripts.

This commit is contained in:
Matthias Mailänder
2023-05-08 21:04:45 +02:00
committed by abcdefg30
parent e8dd85419f
commit 445b736885
15 changed files with 188 additions and 763 deletions

View File

@@ -141,10 +141,6 @@ function Check-Scripts-Command
{
luac -p $script
}
foreach ($script in ls "lua/*.lua")
{
luac -p $script
}
foreach ($script in ls "mods/*/scripts/*.lua")
{
luac -p $script