diff --git a/Facepunch.Steamworks/SteamServer.cs b/Facepunch.Steamworks/SteamServer.cs index 68431bbf4..df8d82d8a 100644 --- a/Facepunch.Steamworks/SteamServer.cs +++ b/Facepunch.Steamworks/SteamServer.cs @@ -289,6 +289,15 @@ public static void LogOnAnonymous() Internal.LogOnAnonymous(); ForceHeartbeat(); } + + /// + /// Log onto Steam using a token. + /// + public static void LogOn(string token) + { + Internal.LogOn(token); + ForceHeartbeat(); + } /// /// Log off of Steam.