Skip to content

Commit 648004c

Browse files
committed
Update PlanetGasPatches.cs
1 parent 6cd5e3a commit 648004c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Patches/PlanetGasPatches.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public static IEnumerable<CodeInstruction> PlanetGen_SetPlanetTheme_RemoveOcean(
7474

7575
matcher.Advance(1).InsertAndAdvance(new CodeInstruction(OpCodes.Ldloc_S, themeProto),
7676
new CodeInstruction(OpCodes.Ldfld, AccessTools.Field(typeof(ThemeProto), nameof(ThemeProto.WaterItemId))),
77-
new CodeInstruction(OpCodes.Ldc_I4_0), new CodeInstruction(OpCodes.Bgt_Un_S, label));
77+
new CodeInstruction(OpCodes.Ldc_I4_0), new CodeInstruction(OpCodes.Bgt_S, label));
7878

7979
return matcher.InstructionEnumeration();
8080
}

0 commit comments

Comments
 (0)