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
|
// Avoid 300ms hitch when sending first message by preloading the
|
||||||
// auto-translate cache. Don't do this in debug because it makes
|
// auto-translate cache. Don't do this in debug because it makes
|
||||||
// profiling difficult.
|
// profiling difficult.
|
||||||
AutoTranslate.PreloadCache(DataManager);
|
AutoTranslate.PreloadCache();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
catch
|
catch
|
||||||
|
|||||||
Reference in New Issue
Block a user