diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-08-23 20:53:09 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-08-23 20:53:09 -0400 |
commit | c37280222dac3409f78413d90c8e50f6d410b3d1 (patch) | |
tree | 6212b3e15fd1a147dd013b5f08841f39e25febed /src/SMAPI/Framework/InternalExtensions.cs | |
parent | 1ff4a0774e790acfb0f8a54d8e87f9540876072e (diff) | |
download | SMAPI-c37280222dac3409f78413d90c8e50f6d410b3d1.tar.gz SMAPI-c37280222dac3409f78413d90c8e50f6d410b3d1.tar.bz2 SMAPI-c37280222dac3409f78413d90c8e50f6d410b3d1.zip |
minor cleanup
Diffstat (limited to 'src/SMAPI/Framework/InternalExtensions.cs')
-rw-r--r-- | src/SMAPI/Framework/InternalExtensions.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/SMAPI/Framework/InternalExtensions.cs b/src/SMAPI/Framework/InternalExtensions.cs index 8b45e196..b6704f26 100644 --- a/src/SMAPI/Framework/InternalExtensions.cs +++ b/src/SMAPI/Framework/InternalExtensions.cs @@ -164,9 +164,9 @@ namespace StardewModdingAPI.Framework // get field name const string fieldName = #if SMAPI_FOR_WINDOWS - "inBeginEndPair"; + "inBeginEndPair"; #else - "_beginCalled"; + "_beginCalled"; #endif // get result |