summaryrefslogtreecommitdiff
path: root/src/SMAPI/Program.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/SMAPI/Program.cs')
-rw-r--r--src/SMAPI/Program.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI/Program.cs b/src/SMAPI/Program.cs
index ccdf98ef..53f3749a 100644
--- a/src/SMAPI/Program.cs
+++ b/src/SMAPI/Program.cs
@@ -168,7 +168,7 @@ namespace StardewModdingAPI
// apply game patches
new GamePatcher(this.Monitor).Apply(
- new GameLocationPatch()
+ // new GameLocationPatch()
);
}