mirror of
https://github.com/fortressforever/fortressforever-scripts.git
synced 2025-05-07 16:31:13 +00:00
Fix typo in base_chatcommands.lua
This commit is contained in:
parent
bf3a101cf5
commit
f48571d932
1 changed files with 1 additions and 1 deletions
|
@ -375,7 +375,7 @@ function player_onchat( player, chatstring )
|
||||||
func(unpack(params))
|
func(unpack(params))
|
||||||
else
|
else
|
||||||
ChatToPlayer(player, "^"..CHAT_COMMAND_COLOR_ERROR.."Unexpected error while executing command")
|
ChatToPlayer(player, "^"..CHAT_COMMAND_COLOR_ERROR.."Unexpected error while executing command")
|
||||||
chat_error("Command function find error for "..command.."("..paramstring.."):".. finderror)
|
chatbase_error("Command function find error for "..command.."("..paramstring.."):".. finderror)
|
||||||
return true
|
return true
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue