From 12444d95cabdfa4b0b40ac29c6955fdaeccd4782 Mon Sep 17 00:00:00 2001 From: "Anthony S. Castanza" Date: Mon, 11 Mar 2024 20:24:13 -0700 Subject: [PATCH] Update API Version --- PvpAlerts.txt | 4 ++-- PvpAlerts_KOS_System.lua | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/PvpAlerts.txt b/PvpAlerts.txt index bb87733..56c1ebe 100644 --- a/PvpAlerts.txt +++ b/PvpAlerts.txt @@ -1,6 +1,6 @@ -## APIVersion: 101040 +## APIVersion: 101041 ## Title: Miat's Pvp Alerts -## Author: Dorrino, Valandil +## Author: Dorrino, Valandil, Anthonysc ## AddonVersion: 30078 ## SavedVariables: PvpAlertsSettings ## OptionalDependsOn: LibAddonMenu-2.0 diff --git a/PvpAlerts_KOS_System.lua b/PvpAlerts_KOS_System.lua index dd6f984..e492169 100644 --- a/PvpAlerts_KOS_System.lua +++ b/PvpAlerts_KOS_System.lua @@ -339,6 +339,7 @@ end function PVP:managePlayerNote(noteString) local doFunc, charAccName, accNote = noteString:match("([^ ]+) ([^ ]+)%s*(.*)") + if not doFunc then doFunc = noteString end