Added redmew compatibilty

This commit is contained in:
Cooldude2606
2020-02-16 16:27:34 +00:00
parent cc120390c0
commit 2a5d30961b
8 changed files with 230 additions and 204 deletions

View File

@@ -9,6 +9,6 @@ local Commands = require 'expcore.commands' --- @dep expcore.commands
--- Opens the debug pannel for viewing tables.
-- @command debug
Commands.new_command('debug','Opens the debug pannel for viewing tables.')
:register(function(player,raw)
:register(function(player)
DebugView.open_dubug(player)
end)