diff options
Diffstat (limited to 'Malmstone/Addons/PvPMatchAddon.cs')
| -rw-r--r-- | Malmstone/Addons/PvPMatchAddon.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Malmstone/Addons/PvPMatchAddon.cs b/Malmstone/Addons/PvPMatchAddon.cs index 71e3b33..00f9399 100644 --- a/Malmstone/Addons/PvPMatchAddon.cs +++ b/Malmstone/Addons/PvPMatchAddon.cs @@ -127,7 +127,7 @@ namespace Malmstone.Addons { unsafe { - var FrontlineResultUnit = (AtkUnitBase*)addonInfo.Addon; + var FrontlineResultUnit = (AtkUnitBase*)addonInfo.Addon.Address; if (FrontlineResultUnit == null) return; var SeriesExpComponent = FrontlineResultUnit->GetComponentByNodeId(35); var SeriesExpTextNode = (AtkTextNode*)SeriesExpComponent->GetTextNodeById(2); |
