From f274450376700abca32cd3c40e58b839aa81a8e7 Mon Sep 17 00:00:00 2001 From: nossr50 Date: Sun, 3 Feb 2019 17:56:13 -0800 Subject: [PATCH] The bug where hidden players could be seen in the party list should be fixed --- Changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.txt b/Changelog.txt index b2ef1149a..3092f767e 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -10,6 +10,7 @@ Version 2.1.7 Fixed an almost 6 year old bug where Salvage materials did not have a defined material count so they defaulted to 2 (which could lead to shovels giving back more diamonds than normal) Added spam detection for Unarmed's bonus damage and disarm Corrected an error where master angler for retro only required level 150 instead of 500 (update your skillranks.yml) + Fixed a bug where Players could see hidden party members in the party member listings (API) Added addXpFromBlocks to ExperienceAPI to help make adding XP for a player easier (API) Added addXpFromBlocksBySkill to ExperienceAPI to help make adding XP for a player easier (API) Added addXpFromBlock to ExperienceAPI to help make adding XP for a player easier