Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
3.6.1 - 3.6.2 - 3.7.0
  • Loading branch information
KiraYamato94 authored Dec 22, 2023
1 parent 251b3fd commit a650a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LasMonjas/Patches/SubmergedCompatibility.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public static class Classes
}

public const string SUBMERGED_GUID = "Submerged";
public const ShipStatus.MapType SUBMERGED_MAP_TYPE = (ShipStatus.MapType)5;
public const ShipStatus.MapType SUBMERGED_MAP_TYPE = (ShipStatus.MapType)6;

public static SemanticVersioning.Version Version { get; private set; }
public static bool Loaded { get; private set; }
Expand Down

0 comments on commit a650a29

Please sign in to comment.