mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
fix: /mission running not showing (#54)
This commit is contained in:
@@ -82,7 +82,7 @@ public class CommandMission : ICommand
|
||||
value.Add(m.ID);
|
||||
}
|
||||
|
||||
if (arg.BasicArgs.Count == 1 && arg.BasicArgs[0] == "-all")
|
||||
if ((arg.BasicArgs.Count == 1 && arg.BasicArgs[0] == "-all") || mission.Data.TrackingMainMissionId == 0)
|
||||
{
|
||||
//Show all the missions
|
||||
await ShowMissionList(mission, missionMap, arg);
|
||||
|
||||
Reference in New Issue
Block a user