From c93fe0ca116a755257b162a4ec8f99503b31ff45 Mon Sep 17 00:00:00 2001 From: Garry Newman Date: Mon, 27 May 2019 15:24:19 +0100 Subject: [PATCH] Added SteamServer.LogOff() --- Facepunch.Steamworks/SteamServer.cs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Facepunch.Steamworks/SteamServer.cs b/Facepunch.Steamworks/SteamServer.cs index e44723f..afd7422 100644 --- a/Facepunch.Steamworks/SteamServer.cs +++ b/Facepunch.Steamworks/SteamServer.cs @@ -273,6 +273,14 @@ public static void LogOnAnonymous() ForceHeartbeat(); } + /// + /// Log onto Steam anonymously. + /// + public static void LogOff() + { + Internal.LogOff(); + } + /// /// Returns true if the server is connected and registered with the Steam master server /// You should have called LogOnAnonymous etc on startup.