1
0
mirror of https://github.com/anope/anope.git synced 2026-07-07 15:03:14 +02:00

Fixed os_sqline del

This commit is contained in:
Adam
2011-02-27 23:53:56 -05:00
parent fdcb7e56ae
commit ed4c5e1457
+1 -1
View File
@@ -43,7 +43,7 @@ class SQLineDelCallback : public NumberList
return;
++Deleted;
DoDel(u, x - 1);
DoDel(u, x);
}
static void DoDel(User *u, XLine *x)