diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2022-03-10 17:09:47 +0000 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2022-03-10 17:09:47 +0000 |
| commit | 7bcfd0aa298e3a4876ebc1f7093862e4324cc250 (patch) | |
| tree | 9d4a69efa6e6ddf399e5c936d4068556f6f1c75c | |
| parent | e539a1a9e43eb5c77395162aaa2ecb954457cfb0 (diff) | |
Add null check to PAPI processor (closes #324)
| -rw-r--r-- | bukkit/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bukkit/build.gradle b/bukkit/build.gradle index fb762afa..33ef7e84 100644 --- a/bukkit/build.gradle +++ b/bukkit/build.gradle @@ -81,7 +81,7 @@ dependencies { exclude group: 'net.citizensnpcs', module: 'citizens-v1_16_R3' } // PlaceholderAPI - compileOnly 'me.clip:placeholderapi:2.10.9' + compileOnly 'me.clip:placeholderapi:2.11.1' // EssentialsX compileOnly "net.ess3:EssentialsX:2.18.2" // ShopGUI+ |
