Add debug module

- To prevent silly me from accidentally leaving debug stuff in releases
This commit is contained in:
GreenComfyTea
2022-07-23 17:52:22 +03:00
parent 99a56ff6ff
commit 638fd40a43

View File

@@ -0,0 +1,5 @@
local debug = {};
debug.enabled = false;
return debug;