aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Server/Program.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS.Server/Program.cs')
-rw-r--r--ShiftOS.Server/Program.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS.Server/Program.cs b/ShiftOS.Server/Program.cs
index 099df86..0219590 100644
--- a/ShiftOS.Server/Program.cs
+++ b/ShiftOS.Server/Program.cs
@@ -131,7 +131,7 @@ namespace ShiftOS.Server
server.OnStarted += (o, a) =>
{
Console.WriteLine($"Server started on address {server.Address}, port {server.Port}.");
- ServerStarted?.Invoke(server.Address.MapToIPv4().ToString());
+ ServerStarted?.Invoke(server.Address.ToString());
};
server.OnStopped += (o, a) =>