mirror of
https://github.com/etlegacy/wolfadmin.git
synced 2024-11-24 05:01:10 +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)
|
||||
else
|
||||
et.trap_SendConsoleCommand(et.EXEC_APPEND, "csay "..clientId.." \"^dbalance usage: "..commands.getadmin("balance")["syntax"].."\";")
|
||||
|
||||
return true
|
||||
end
|
||||
|
||||
return true
|
||||
|
|
Loading…
Reference in a new issue