mirror of
https://github.com/etlegacy/wolfadmin.git
synced 2024-11-10 06:41:53 +00:00
Update putbots.lua
Fix putbots help text
This commit is contained in:
parent
19c18fd11a
commit
57904d6a5c
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ local bots = require (wolfa_getLuaPath()..".game.bots")
|
|||
|
||||
function commandPutBots(clientId, command, team)
|
||||
if team == nil and team ~= constants.TEAM_AXIS_SC and team ~= constants.TEAM_ALLIES_SC and team ~= constants.TEAM_SPECTATORS_SC then
|
||||
et.trap_SendConsoleCommand(et.EXEC_APPEND, "csay "..clientId.." \"^dputbots usage: "..commands.getadmin("vmute")["syntax"].."\";")
|
||||
et.trap_SendConsoleCommand(et.EXEC_APPEND, "csay "..clientId.." \"^dputbots usage: "..commands.getadmin("putbots")["syntax"].."\";")
|
||||
|
||||
return true
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue