Skip to content

Commit

Permalink
Closes #3020
Browse files Browse the repository at this point in the history
  • Loading branch information
JustArchi committed Oct 3, 2023
1 parent d3b1213 commit 9dd1dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ArchiSteamFarm/Steam/Bot.cs
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public sealed class Bot : IAsyncDisposable, IDisposable {

[JsonProperty]
[PublicAPI]
public IPAddress? PublicIP => SteamClient.PublicIP;
public string? PublicIP => SteamClient.PublicIP?.ToString();

[JsonIgnore]
[PublicAPI]
Expand Down

0 comments on commit 9dd1dd2

Please sign in to comment.