add: gmi_screen and move con cmd

This commit is contained in:
Linventif 2024-03-31 15:49:23 +02:00
parent d9340b2436
commit 0ffd60ff6d
No known key found for this signature in database
GPG Key ID: FAC0CA60F9AEEC24
2 changed files with 3 additions and 10 deletions

View File

@ -26,10 +26,4 @@ function gmInte.openAdminConfig()
end
gmInte.SendNet("getConfig")
end
//
// Concommands
//
concommand.Add("gmod_integration_admin", gmInte.openAdminConfig)
end

View File

@ -69,9 +69,8 @@ end
// Console Commands
//
concommand.Add("gmod_integration_screenshot", function()
gmInte.takeScreenShot()
end)
concommand.Add("gmod_integration_screenshot", gmInte.takeScreenShot)
concommand.Add("gmi_screen", gmInte.takeScreenShot)
//
// Chat Commands