From 2bef65c9adf3285b9a6d43b07263dc80b7c8ae68 Mon Sep 17 00:00:00 2001 From: Valery Yatsko Date: Wed, 2 Apr 2008 15:05:04 +0400 Subject: [PATCH] Line doesn't exists in ratbox3 and makes compile warning - gone --- modules/core/m_message.c | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/core/m_message.c b/modules/core/m_message.c index 95a68fc76..8f09c426a 100644 --- a/modules/core/m_message.c +++ b/modules/core/m_message.c @@ -612,7 +612,6 @@ add_target(struct Client *source_p, struct Client *target_p) /* cant clear any, full target list */ else if(USED_TARGETS(source_p) == 10) { - ServerStats->is_tgch++; add_tgchange(source_p->sockhost); return 0; }