X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/ae78a57163922d6f72d94333ce569e05534efe9c..8e2ebdb80add54d46c9f7f058ad469d70ddf9457:/modules/core/m_message.c diff --git a/modules/core/m_message.c b/modules/core/m_message.c index 95a68fc7..2a21973c 100644 --- a/modules/core/m_message.c +++ b/modules/core/m_message.c @@ -612,7 +612,7 @@ 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++; + ServerStats.is_tgch++; add_tgchange(source_p->sockhost); return 0; }