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:
@@ -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 &) { }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user