aboutsummaryrefslogtreecommitdiffstats
path: root/Malmstone/Addons/PvPMatchAddon.cs
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-08-08 13:22:45 +0900
committerPinapelz <yukais@pinapelz.com>2025-08-08 07:28:08 -0700
commitf2af519d643f559e135046acab1c14e9326d579b (patch)
tree681dd0ee32a43d0df0ae81d06860f954c44e27bf /Malmstone/Addons/PvPMatchAddon.cs
parenta512dac032c4added8deddc192cda612ea91fd98 (diff)
update for 7.3
Diffstat (limited to 'Malmstone/Addons/PvPMatchAddon.cs')
-rw-r--r--Malmstone/Addons/PvPMatchAddon.cs2
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);
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage