This commit is contained in:
Gvidas Juknevičius 2024-08-25 22:04:43 +03:00
parent 4f0509d30e
commit a9e9200e6e
Signed by: MCorange
GPG Key ID: 12B1346D720B7FBB

2
x.py
View File

@ -61,7 +61,7 @@ def main():
print(f"=== FILE: {file}");
buf += read_file(file);
buf += "require(\"main.lua\").Main()\n";
buf += "require(\"main.lua\").main()\n";
if MINIMISE:
buf = minimise(buf);