From 6ffd661c78b44b64a60044f3cb1b9494fd315e5d Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Wed, 21 Jan 2009 21:17:25 +0000 Subject: fixed so the name of the player that calls the vote is in the chat. fixed so that the time remaining on the vote is displayed. reworked the vote box a bit so it's nicer --- src/game/server/hooks.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/server/hooks.cpp') diff --git a/src/game/server/hooks.cpp b/src/game/server/hooks.cpp index 951e6e67..dd3cd1ce 100644 --- a/src/game/server/hooks.cpp +++ b/src/game/server/hooks.cpp @@ -224,7 +224,7 @@ void mods_message(int msgtype, int client_id) { if(str_comp_nocase(msg->value, option->command) == 0) { - str_format(chatmsg, sizeof(chatmsg), "Vote called to change server option '%s'", option->command); + str_format(chatmsg, sizeof(chatmsg), "%s called vote to change server option '%s'", server_clientname(client_id), option->command); str_format(desc, sizeof(desc), "%s", option->command); str_format(cmd, sizeof(cmd), "%s", option->command); break; -- cgit 1.4.1