This commit is contained in:
JacobTech 2024-11-18 23:23:15 -05:00
parent fdfece9ab9
commit c23ae353d7

View File

@ -94,7 +94,6 @@ try
string tm = args[Array.IndexOf(args, Handler.PostUpdateArg) + 1].Remove(0, 1);
tm = tm.Remove(tm.Length - 1, 1);
Handler.PostUpdate(tm);
return;
}
}