fix: update auto-updater URL from spawn-detection to master branch

This commit is contained in:
erik 2026-03-04 17:55:23 +00:00
parent cac8e96656
commit 278802c0af
2 changed files with 1 additions and 1 deletions

View file

@ -8,7 +8,7 @@ namespace MosswartMassacre
{
public static class UpdateManager
{
private const string UPDATE_URL = "https://git.snakedesert.se/SawatoMosswartsEnjoyersClub/MosswartMassacre/raw/branch/spawn-detection/MosswartMassacre/bin/Release/MosswartMassacre.dll";
private const string UPDATE_URL = "https://git.snakedesert.se/SawatoMosswartsEnjoyersClub/MosswartMassacre/raw/branch/master/MosswartMassacre/bin/Release/MosswartMassacre.dll";
private static bool updateAvailable = false;
private static string remoteFileHash = string.Empty;