mirror of
https://github.com/etlegacy/wolfadmin.git
synced 2024-11-28 06:52:06 +00:00
Removed unnecessary return statement
This commit is contained in:
parent
2d1c7a22f4
commit
30dd74965d
1 changed files with 0 additions and 2 deletions
|
@ -46,8 +46,6 @@ function commandBalance(clientId, command, action)
|
||||||
balancer.balance(true, false)
|
balancer.balance(true, false)
|
||||||
else
|
else
|
||||||
et.trap_SendConsoleCommand(et.EXEC_APPEND, "csay "..clientId.." \"^dbalance usage: "..commands.getadmin("balance")["syntax"].."\";")
|
et.trap_SendConsoleCommand(et.EXEC_APPEND, "csay "..clientId.." \"^dbalance usage: "..commands.getadmin("balance")["syntax"].."\";")
|
||||||
|
|
||||||
return true
|
|
||||||
end
|
end
|
||||||
|
|
||||||
return true
|
return true
|
||||||
|
|
Loading…
Reference in a new issue