mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-16 08:25:28 +00:00
* Start working on nullable checks help me * Update GlobalConfig.cs * Finish initial fixup round * nullability code review
This commit is contained in:
committed by
GitHub
parent
e5f64ec9dd
commit
9fc1ea65a5
@@ -31,7 +31,7 @@ namespace ArchiSteamFarm.IPC.Requests {
|
||||
/// </summary>
|
||||
[JsonProperty(Required = Required.Always)]
|
||||
[Required]
|
||||
public readonly string NewName;
|
||||
public readonly string? NewName;
|
||||
|
||||
[JsonConstructor]
|
||||
private BotRenameRequest() { }
|
||||
|
||||
Reference in New Issue
Block a user