From a29f512138ec4b5b32ff1569971bbdb1f79e0540 Mon Sep 17 00:00:00 2001 From: ProjectileRage <19807407+ProjectileRage@users.noreply.github.com> Date: Fri, 16 Sep 2022 13:35:52 -0700 Subject: [PATCH] Update party-play * Updated party-play with Null Pointer Exception fixes + config ordering * inverted bad condition check * preventing triggering of invalid events + logging * Updated party-play to version 2: Added Slayer: Tracks Slayer Tasks and displays/shares with members Shows "counter" for Slayer task monster & num remaining Custom UI Components: Remodels of PanelComponent, SplitComponent, InfoBoxComponent, & TitleComponent Added PaddingComponent Added Padding data class * Changed language level back to 1.8 and removed multiple-line support for DynamicInfoBoxComponent * Removed lingering debug artifacts * Updated party-play to fix broken build after party refactorings Co-authored-by: ProjectileRage --- plugins/party-play | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/party-play b/plugins/party-play index 4538aa7f9..999ce74c7 100644 --- a/plugins/party-play +++ b/plugins/party-play @@ -1,2 +1,2 @@ repository=https://github.com/ProjectileRage/PartyPlay.git -commit=73ae215cdfcc7c87376c3d5801f25fb7cdf3f388 \ No newline at end of file +commit=301010d5e197cd71cc1fa32f0f2f31f501edb9d9 \ No newline at end of file