Fix compile error in release mode
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user