diff options
author | Zoryn <Zoryn4163@users.noreply.github.com> | 2016-03-01 10:55:05 -0500 |
---|---|---|
committer | Zoryn <Zoryn4163@users.noreply.github.com> | 2016-03-01 10:55:05 -0500 |
commit | bb93dc8396d82612efefd21f15530b8fe73d37e4 (patch) | |
tree | 3a03cff35c7c008aba58e67877ce36567a191cc7 | |
parent | dddb8d129b9e02279370969b0f098de31c829c2e (diff) | |
parent | 0fcf88f285ba67594fa81364ce0e19cf1e9c8962 (diff) | |
download | SMAPI-bb93dc8396d82612efefd21f15530b8fe73d37e4.tar.gz SMAPI-bb93dc8396d82612efefd21f15530b8fe73d37e4.tar.bz2 SMAPI-bb93dc8396d82612efefd21f15530b8fe73d37e4.zip |
Merge pull request #4 from HandsomeMatt/remote-sources-fix
Enable loadFromRemoteSources
-rw-r--r-- | StardewModdingAPI/App.config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/StardewModdingAPI/App.config b/StardewModdingAPI/App.config index 8e156463..d08d307f 100644 --- a/StardewModdingAPI/App.config +++ b/StardewModdingAPI/App.config @@ -3,4 +3,7 @@ <startup> <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" /> </startup> + <runtime> + <loadFromRemoteSources enabled="true"/> + </runtime> </configuration>
\ No newline at end of file |