diff --git a/resources/runcode/runcode.lua b/resources/runcode/runcode.lua deleted file mode 100644 index 0456b37..0000000 --- a/resources/runcode/runcode.lua +++ /dev/null @@ -1,3 +0,0 @@ -RegisterCommand('runcode', function(source, args, rawCommand) - RunCode('return ' .. rawCommand:sub(8)) -end, true) \ No newline at end of file