diff --git a/lua/CC Tweaked/tutel/tutel-host.lua b/lua/CC Tweaked/tutel/tutel-host.lua index b5772a5..1f97fe2 100644 --- a/lua/CC Tweaked/tutel/tutel-host.lua +++ b/lua/CC Tweaked/tutel/tutel-host.lua @@ -258,10 +258,6 @@ registerEventListener("key", scrollLogs) console ]] local commandBuffer = "" -function drawConsole(y) - -end - function handleConsoleInput(char) commandBuffer = commandBuffer .. char end