adjust steam auth, make neutrino post only

This commit is contained in:
Holden
2026-06-20 17:49:44 -05:00
parent e24a4c6872
commit 04498c7e6f
5 changed files with 6 additions and 13 deletions

View File

@@ -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
}