- Partially implement tab switch
- Better support character switch
This commit is contained in:
+3
-2
@@ -88,6 +88,9 @@ public sealed class Plugin : IDalamudPlugin
|
||||
ExtraChat = new ExtraChat(this);
|
||||
FontManager = new FontManager();
|
||||
|
||||
// ChatLog calls this in its ctor if the player is already logged in
|
||||
ServerCore = new ServerCore(this);
|
||||
|
||||
ChatLogWindow = new ChatLogWindow(this);
|
||||
SettingsWindow = new SettingsWindow(this);
|
||||
DbViewer = new DbViewer(this);
|
||||
@@ -130,8 +133,6 @@ public sealed class Plugin : IDalamudPlugin
|
||||
AutoTranslate.PreloadCache();
|
||||
#endif
|
||||
|
||||
ServerCore = new ServerCore(this);
|
||||
|
||||
// Automatically start the webserver if requested
|
||||
if (Config.WebinterfaceAutoStart)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user