Debuged Command Parse for Roles

This commit is contained in:
Cooldude2606
2019-04-09 22:04:02 +01:00
parent 7cfcedd97b
commit 33f58996c4
5 changed files with 9 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
local Commands = require 'expcore.commands'
local Roles = require 'expcore.roles'
require 'config.command_parse_general'
require 'config.command_parse_role'
require 'config.command_parse_roles'
Commands.new_command('kill','Kills yourself or another player.')
:add_param('player',true,'player-role-alive') -- the player to kill, must be alive to be valid