Reorganize global .lua files.

This commit is contained in:
Matthias Mailänder
2021-10-10 21:50:28 +02:00
committed by abcdefg30
parent a502e85e68
commit 58b105f0d4
127 changed files with 169 additions and 129 deletions

View File

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