Fix typo in base_chatcommands.lua

This commit is contained in:
squeek 2015-04-05 12:35:44 -07:00
parent bf3a101cf5
commit f48571d932
1 changed files with 1 additions and 1 deletions

View File

@ -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