aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Server/Program.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-01-18 15:36:06 -0500
committerMichael <[email protected]>2017-01-18 15:36:06 -0500
commitfd7d44a07f1f74f9e4eaa38a68bb2e5592c8eb8f (patch)
tree58b243a463aecd2865898a5c480dd0c4b37c6b02 /ShiftOS.Server/Program.cs
parente7b60fea37b6976e412d2f7deeb583b82c140c8f (diff)
downloadshiftos_thereturn-fd7d44a07f1f74f9e4eaa38a68bb2e5592c8eb8f.tar.gz
shiftos_thereturn-fd7d44a07f1f74f9e4eaa38a68bb2e5592c8eb8f.tar.bz2
shiftos_thereturn-fd7d44a07f1f74f9e4eaa38a68bb2e5592c8eb8f.zip
Linux test
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) =>