Added command_auth_runtime_disable

This commit is contained in:
Cooldude2606
2019-03-24 15:39:17 +00:00
parent 06b4ae9b25
commit 7c4210f8b4
11 changed files with 53 additions and 351 deletions

View File

@@ -8,7 +8,7 @@ Commands.add_authenticator(function(player,command,tags,reject)
if player.admin then
return true
else
return reject('This command is for admins only!')
return reject{'command-auth.admin-only'}
end
else
return true