Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
v2.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
misandrie committed May 9, 2024
1 parent cf4c074 commit b65a265
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
8 changes: 4 additions & 4 deletions Marsey/Config/MarseyVars.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ public static class MarseyVars
/// Due to the nature of how Marseyloader is compiled (its not) we cannot check its version
/// Almost as if this variable is a consequence of having the project included rather than referenced
/// </summary>
public static readonly Version MarseyVersion = new Version("2.12.5");
public static readonly Version MarseyVersion = new Version("2.12.6");

/// <summary>
/// Default MarseyAPI endpoint url
/// </summary>
public static readonly string MarseyApiEndpoint = "https://fujo.love/api/v1";

/// <summary>
/// Namespace identifier for Harmony
/// </summary>
Expand All @@ -39,7 +39,7 @@ public static class MarseyVars
/// Name of folder containing files used by Marsey
/// </summary>
public static readonly string MarseyFolder = "Marsey";

/// <summary>
/// Folder containing mods
/// </summary>
Expand All @@ -56,7 +56,7 @@ public static class MarseyVars
public static readonly string MarseyLoggerPrefix = "MARSEY";

public static readonly string MarseyLoggerFileName = "client.marsey.log";

/// <summary>
/// Refuse to play on servers over or equal to this engine version if hidesey is disabled
/// <see cref="Abjure"/>
Expand Down
7 changes: 0 additions & 7 deletions global.json

This file was deleted.

0 comments on commit b65a265

Please sign in to comment.