summaryrefslogtreecommitdiff
path: root/src/SMAPI/Program.cs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-06-28 20:51:49 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-06-28 20:51:49 -0400
commitdb7247f36d11c870ec7b54bf6ea8b5b036065288 (patch)
tree39acd05ce743e52a3779fc0280f1d35eed3066d2 /src/SMAPI/Program.cs
parent3e5c109df1f90904c2dcb177e35b35f003e90fd9 (diff)
downloadSMAPI-db7247f36d11c870ec7b54bf6ea8b5b036065288.tar.gz
SMAPI-db7247f36d11c870ec7b54bf6ea8b5b036065288.tar.bz2
SMAPI-db7247f36d11c870ec7b54bf6ea8b5b036065288.zip
simplify mod DB method (#532)
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 6f1fe761..150ed34a 100644
--- a/src/SMAPI/Program.cs
+++ b/src/SMAPI/Program.cs
@@ -415,7 +415,7 @@ namespace StardewModdingAPI
// load mod data
ModToolkit toolkit = new ModToolkit();
- ModDatabase modDatabase = toolkit.GetModDatabase(Constants.ApiMetadataPath, toolkit.GetUpdateUrl);
+ ModDatabase modDatabase = toolkit.GetModDatabase(Constants.ApiMetadataPath);
// load mods
{