From e5f42badcc6e31fea4c98d7519142a1c578cf299 Mon Sep 17 00:00:00 2001 From: Zoryn Aaron Date: Wed, 23 Mar 2016 16:50:05 -0400 Subject: note --- StardewModdingAPI/Config.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'StardewModdingAPI') diff --git a/StardewModdingAPI/Config.cs b/StardewModdingAPI/Config.cs index 8e6a590c..c2cd6db1 100644 --- a/StardewModdingAPI/Config.cs +++ b/StardewModdingAPI/Config.cs @@ -175,6 +175,7 @@ namespace StardewModdingAPI /// /// Re-reads the json blob on the disk and merges its values with a default config + /// NOTE: You MUST set your config EQUAL to the return of this method! /// public static T ReloadConfig(this T baseConfig) where T : Config { -- cgit