mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-02 05:43:40 +01:00
chore: fix defaults for Universalis
This commit is contained in:
parent
3496bd5fa3
commit
040a96e36b
3 changed files with 7 additions and 5 deletions
|
|
@ -55,7 +55,7 @@ namespace Dalamud.Game.Network.Internal
|
|||
|
||||
if (direction == NetworkMessageDirection.ZoneUp)
|
||||
{
|
||||
if (configuration.DoMbCollect)
|
||||
if (configuration.IsMbCollect)
|
||||
{
|
||||
if (opCode == dataManager.ClientOpCodes["MarketBoardPurchaseHandler"])
|
||||
{
|
||||
|
|
@ -73,7 +73,7 @@ namespace Dalamud.Game.Network.Internal
|
|||
return;
|
||||
}
|
||||
|
||||
if (configuration.DoMbCollect)
|
||||
if (configuration.IsMbCollect)
|
||||
{
|
||||
if (opCode == dataManager.ServerOpCodes["MarketBoardItemRequestStart"])
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue