mirror of
https://github.com/GreenComfyTea/MHR-Overlay.git
synced 2026-01-24 04:18:11 -08:00
Add debug module
- To prevent silly me from accidentally leaving debug stuff in releases
This commit is contained in:
5
reframework/autorun/MHR_Overlay/Misc/debug.lua
Normal file
5
reframework/autorun/MHR_Overlay/Misc/debug.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
local debug = {};
|
||||
|
||||
debug.enabled = false;
|
||||
|
||||
return debug;
|
||||
Reference in New Issue
Block a user