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