修复教程UI报错
This commit is contained in:
parent
940b78d517
commit
c11ae35f24
@ -165,6 +165,7 @@ namespace TH1_Logic.MatchConfig
|
||||
Param3Cur = 0,
|
||||
Order = sourceTask.Order,
|
||||
CustomDesc = sourceTask.CustomDesc,
|
||||
CustomHint = sourceTask.CustomHint,
|
||||
UnlockLimits = sourceTask.UnlockLimits == null
|
||||
? null
|
||||
: new List<MatchLimitType>(sourceTask.UnlockLimits)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user