Fix compile error in release mode

This commit is contained in:
Infi
2024-05-19 02:47:48 +02:00
parent 23122e924b
commit adacf63bc3
+1 -1
View File
@@ -128,7 +128,7 @@ public sealed class Plugin : IDalamudPlugin
// Avoid 300ms hitch when sending first message by preloading the
// auto-translate cache. Don't do this in debug because it makes
// profiling difficult.
AutoTranslate.PreloadCache(DataManager);
AutoTranslate.PreloadCache();
#endif
}
catch