mirror of
https://github.com/fortressforever/fortressforever-scripts.git
synced 2025-04-25 02:31:16 +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))
|
||||
else
|
||||
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
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue