This repository was archived by the owner on Oct 16, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-11
lines changed
Expand file tree Collapse file tree 2 files changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ public static class MarseyVars
1313 /// Due to the nature of how Marseyloader is compiled (its not) we cannot check its version
1414 /// Almost as if this variable is a consequence of having the project included rather than referenced
1515 /// </summary>
16- public static readonly Version MarseyVersion = new Version ( "2.12.5 " ) ;
16+ public static readonly Version MarseyVersion = new Version ( "2.12.6 " ) ;
1717
1818 /// <summary>
1919 /// Default MarseyAPI endpoint url
2020 /// </summary>
2121 public static readonly string MarseyApiEndpoint = "https://fujo.love/api/v1" ;
22-
22+
2323 /// <summary>
2424 /// Namespace identifier for Harmony
2525 /// </summary>
@@ -39,7 +39,7 @@ public static class MarseyVars
3939 /// Name of folder containing files used by Marsey
4040 /// </summary>
4141 public static readonly string MarseyFolder = "Marsey" ;
42-
42+
4343 /// <summary>
4444 /// Folder containing mods
4545 /// </summary>
@@ -56,7 +56,7 @@ public static class MarseyVars
5656 public static readonly string MarseyLoggerPrefix = "MARSEY" ;
5757
5858 public static readonly string MarseyLoggerFileName = "client.marsey.log" ;
59-
59+
6060 /// <summary>
6161 /// Refuse to play on servers over or equal to this engine version if hidesey is disabled
6262 /// <see cref="Abjure"/>
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments