From 5de81fb25460c696156226779083168770c70019 Mon Sep 17 00:00:00 2001 From: Esper Thomson Date: Wed, 3 Jan 2024 02:36:25 -0500 Subject: [PATCH] Updated XML documentation. --- src/Terrain.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Terrain.cs b/src/Terrain.cs index 010ff8a..2b39113 100644 --- a/src/Terrain.cs +++ b/src/Terrain.cs @@ -10,7 +10,6 @@ public static class TerrainRegistry /// Applies a terrain patch file to the game's terrain. /// The name of the patch file to apply. /// The patch file to apply. - /// Thrown if the patch file is invalid. public static void PatchTerrain(string patchName, Stream patchFile) { try