fix: Mission.Stop 与 VDA ForceStop 改为 override
避免通过基类引用调用时走到空实现,隐藏的 Stop/ForceStop 无法真正停进程。 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -712,7 +712,7 @@ namespace StandardScene.CarTypes
|
||||
[MethodMember(Name = "立即强制结束",
|
||||
RequiresPlatformConfirm = true,
|
||||
ConfirmMessage = "确定强制结束该车上的作业并下线?")]
|
||||
public void ForceStop()
|
||||
public override void ForceStop()
|
||||
{
|
||||
AppendDebug("Clumsy Restarted");
|
||||
NoSchedule(true);
|
||||
|
||||
Reference in New Issue
Block a user