diff options
| author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-08-29 18:00:41 -0400 |
|---|---|---|
| committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-08-29 18:00:41 -0400 |
| commit | 2bb8e8353ba35c2db96f88a052400997232d25f8 (patch) | |
| tree | 41e1c9ffd71d4a1889ce1a426179872eea03501b /src/SMAPI/Framework/ContentManagers | |
| parent | c2f474bf88a43e293d28851785a57a9ca1e60f2e (diff) | |
| download | SMAPI-2bb8e8353ba35c2db96f88a052400997232d25f8.tar.gz SMAPI-2bb8e8353ba35c2db96f88a052400997232d25f8.tar.bz2 SMAPI-2bb8e8353ba35c2db96f88a052400997232d25f8.zip | |
update compatibility workaround for the recent PyTK update
Diffstat (limited to 'src/SMAPI/Framework/ContentManagers')
| -rw-r--r-- | src/SMAPI/Framework/ContentManagers/ModContentManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI/Framework/ContentManagers/ModContentManager.cs b/src/SMAPI/Framework/ContentManagers/ModContentManager.cs index 8ecbc4cc..6a36ab48 100644 --- a/src/SMAPI/Framework/ContentManagers/ModContentManager.cs +++ b/src/SMAPI/Framework/ContentManagers/ModContentManager.cs @@ -212,7 +212,7 @@ namespace StardewModdingAPI.Framework.ContentManagers // current file has a '.pytk.json' rescale file though, since PyTK may still // rescale it if the original asset or another edit gets rescaled. asRawData = false; - this.Monitor.LogOnce("Enabled compatibility mode for PyTK 1.23.0 or earlier. This won't cause any issues, but may impact performance.", LogLevel.Warn); + this.Monitor.LogOnce("Enabled compatibility mode for PyTK 1.23.* or earlier. This won't cause any issues, but may impact performance.", LogLevel.Warn); } } |
