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:
@@ -43,7 +43,7 @@ class SQLineDelCallback : public NumberList
|
||||
return;
|
||||
|
||||
++Deleted;
|
||||
DoDel(source, x - 1);
|
||||
DoDel(source, x);
|
||||
}
|
||||
|
||||
static void DoDel(CommandSource &source, XLine *x)
|
||||
|
||||
Reference in New Issue
Block a user