diff --git a/LuaProfiler/Tools/Template.lua b/LuaProfiler/Tools/Template.lua index b74d5fc4..9562326a 100644 --- a/LuaProfiler/Tools/Template.lua +++ b/LuaProfiler/Tools/Template.lua @@ -83,4 +83,8 @@ if true then return {}; end +do + print("fkk") +end + return Mathf; \ No newline at end of file