Line doesn't exists in ratbox3 and makes compile warning - gone
This commit is contained in:
parent
90b693f9f6
commit
ee60b66b9d
|
@ -612,7 +612,6 @@ add_target(struct Client *source_p, struct Client *target_p)
|
||||||
/* cant clear any, full target list */
|
/* cant clear any, full target list */
|
||||||
else if(USED_TARGETS(source_p) == 10)
|
else if(USED_TARGETS(source_p) == 10)
|
||||||
{
|
{
|
||||||
ServerStats->is_tgch++;
|
|
||||||
add_tgchange(source_p->sockhost);
|
add_tgchange(source_p->sockhost);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue