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 @@ namespace Steamworks 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.