Done
This commit is contained in:
parent
fdfece9ab9
commit
c23ae353d7
@ -94,7 +94,6 @@ try
|
|||||||
string tm = args[Array.IndexOf(args, Handler.PostUpdateArg) + 1].Remove(0, 1);
|
string tm = args[Array.IndexOf(args, Handler.PostUpdateArg) + 1].Remove(0, 1);
|
||||||
tm = tm.Remove(tm.Length - 1, 1);
|
tm = tm.Remove(tm.Length - 1, 1);
|
||||||
Handler.PostUpdate(tm);
|
Handler.PostUpdate(tm);
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user