From 39a12060d68b1a5169d643a8c6f56df3d82ac4c1 Mon Sep 17 00:00:00 2001 From: Alfred Eriksson Date: Sun, 11 Jan 2009 10:40:14 +0000 Subject: removed the tuning filtering and warning. modded servers can use tuning for free. added pure server checking - ctf, dm and tdm gametypes are not allowed to have different tuning. --- src/game/server/hooks.cpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/game/server/hooks.cpp') diff --git a/src/game/server/hooks.cpp b/src/game/server/hooks.cpp index 64cf3407..3f8fce80 100644 --- a/src/game/server/hooks.cpp +++ b/src/game/server/hooks.cpp @@ -46,16 +46,6 @@ void send_tuning_params(int cid) server_send_msg(cid); } -int mods_is_tuned() -{ - TUNING_PARAMS standard_tuning; - - if (memcmp(&standard_tuning, &tuning, sizeof(TUNING_PARAMS)) != 0) - return 1; - else - return 0; -} - // Server hooks void mods_client_direct_input(int client_id, void *input) { -- cgit 1.4.1