mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-19 14:27:45 +01:00
Merge pull request #235 from Aireil/move_opt_out_mb_to_start_info
Move opt-out MB collection to start info
This commit is contained in:
commit
b37a2d1786
4 changed files with 5 additions and 4 deletions
|
|
@ -87,7 +87,7 @@ namespace Dalamud {
|
|||
|
||||
this.WinSock2 = new WinSockHandlers();
|
||||
|
||||
NetworkHandlers = new NetworkHandlers(this, this.Configuration.OptOutMbCollection);
|
||||
NetworkHandlers = new NetworkHandlers(this, info.OptOutMbCollection);
|
||||
|
||||
this.ClientState = new ClientState(this, info, this.SigScanner);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue