forked from liza/Deliveroo
Remove some redunant logs
This commit is contained in:
parent
b54d46468f
commit
ccfe447897
@ -441,8 +441,7 @@ public sealed class DeliverooPlugin : IDalamudPlugin
|
|||||||
// GrandCompanyItem + 151 = [byte] (unchecked) inventory slot in container
|
// GrandCompanyItem + 151 = [byte] (unchecked) inventory slot in container
|
||||||
// GrandCompanyItem + 152 = [short] 512 (always)?
|
// GrandCompanyItem + 152 = [short] 512 (always)?
|
||||||
// int itemId = Marshal.ReadInt32(new nint(&item) + 132);
|
// int itemId = Marshal.ReadInt32(new nint(&item) + 132);
|
||||||
PluginLog.Verbose(
|
// PluginLog.Verbose($" {Marshal.ReadInt32(new nint(&item) + 132)};;;; {MemoryHelper.ReadSeString(&item.ItemName)}, {new nint(&agent->ItemArray[i]):X8}, {item.SealReward}, {item.IsTurnInAvailable}");
|
||||||
$" {Marshal.ReadInt32(new nint(&item) + 132)};;;; {MemoryHelper.ReadSeString(&item.ItemName)}, {new nint(&agent->ItemArray[i]):X8}, {item.SealReward}, {item.IsTurnInAvailable}");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return list.OrderByDescending(x => x.SealsWithBonus)
|
return list.OrderByDescending(x => x.SealsWithBonus)
|
||||||
|
Loading…
Reference in New Issue
Block a user