Merge pull request #145 from explosivegaming/feature/gui-v5

Gui v5
This commit is contained in:
Cooldude2606
2020-03-21 13:07:12 +00:00
committed by GitHub
135 changed files with 5761 additions and 15918 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)