1
0
mirror of https://github.com/anope/anope.git synced 2026-06-25 08:36:41 +02:00

Fix loading kicker ttb data

This commit is contained in:
Adam
2013-12-30 10:34:57 -05:00
parent c519119197
commit 3b80da9cbd
+1 -1
View File
@@ -104,7 +104,7 @@ struct KickerDataImpl : KickerData
for (int i = 0; sep.GetToken(tok) && i < TTB_SIZE; ++i)
try
{
ttb[i] = convertTo<int16_t>(tok);
kd->ttb[i] = convertTo<int16_t>(tok);
}
catch (const ConvertException &) { }