diff --git a/ChatTwo/Plugin.cs b/ChatTwo/Plugin.cs index 952f457..a2c0021 100755 --- a/ChatTwo/Plugin.cs +++ b/ChatTwo/Plugin.cs @@ -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