1
0
mirror of https://github.com/anope/anope.git synced 2026-07-01 16:06:38 +02:00

Fixed os_sqline del

This commit is contained in:
Adam
2011-02-27 23:32:07 -05:00
parent bcaf406747
commit aecf675e6b
+1 -1
View File
@@ -43,7 +43,7 @@ class SQLineDelCallback : public NumberList
return;
++Deleted;
DoDel(source, x - 1);
DoDel(source, x);
}
static void DoDel(CommandSource &source, XLine *x)