Skip to content

Commit 21f3771

Browse files
committed
[修复] WorkId 默认值为0 的时候转换异常
1 parent 5099432 commit 21f3771

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GameFrameX.StartUp/Options/LauncherOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ public sealed class LauncherOptions
226226
/// <summary>
227227
/// 雪花ID的工作ID
228228
/// </summary>
229-
[Option(nameof(WorkerId), Default = 0, HelpText = "雪花ID的工作ID,默认为0,表示自动分配")]
229+
[Option(nameof(WorkerId), HelpText = "雪花ID的工作ID,默认为0,表示自动分配")]
230230
public ushort WorkerId { get; set; }
231231

232232
/// <summary>

0 commit comments

Comments
 (0)