adjust steam auth, make neutrino post only
This commit is contained in:
@@ -3,5 +3,5 @@
|
||||
public class SteamOptions
|
||||
{
|
||||
public string ApiKey { get; set; } = string.Empty;
|
||||
public uint AppId { get; set; } = 480; // Spacewar
|
||||
public string AppId { get; set; } = "480"; // Spacewar
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user