From bc732b3602c72562a532ba7a2bd79c660ecf9639 Mon Sep 17 00:00:00 2001 From: LittleNightmare Date: Thu, 6 Jul 2023 15:08:51 -0400 Subject: [PATCH] [Testing] UsedName 0.8.3.0 (#2092) - fix cannot read data - fix actual behavior is inconsistent with the description - add PlayerSearch button back --- testing/live/UsedName/manifest.toml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/testing/live/UsedName/manifest.toml b/testing/live/UsedName/manifest.toml index 075d387465..7d0d1129b9 100644 --- a/testing/live/UsedName/manifest.toml +++ b/testing/live/UsedName/manifest.toml @@ -1,13 +1,12 @@ [plugin] repository = "https://github.com/LittleNightmare/UsedName.git" -commit = "c85f5ab51c3ad0b6f84d24453ba49b747a197ead" +commit = "a1c40059a311e90b83c48db0805d4b4dc40a9f7c" owners = [ "LittleNightmare" ] project_path = "UsedName" changelog = """ -- player not in FriendList of game could update -- Add a temporary subscription list to add non friends to the plugin's player list -- Remove Update from Player Search -- Add Update from Company Member +- fix cannot read data +- fix actual behavior is inconsistent with the description +- add PlayerSearch button back """