:3
This commit is contained in:
2
x.py
2
x.py
@@ -61,7 +61,7 @@ def main():
|
|||||||
print(f"=== FILE: {file}");
|
print(f"=== FILE: {file}");
|
||||||
buf += read_file(file);
|
buf += read_file(file);
|
||||||
|
|
||||||
buf += "require(\"main.lua\").Main()\n";
|
buf += "require(\"main.lua\").main()\n";
|
||||||
|
|
||||||
if MINIMISE:
|
if MINIMISE:
|
||||||
buf = minimise(buf);
|
buf = minimise(buf);
|
||||||
|
|||||||
Reference in New Issue
Block a user