Updated Upstream (Paper)

Upstream has released updates that appear to apply and compile correctly

Paper Changes:
45ec379 Bump paperweight to 1.1.8
59371cb Optimize Anti-Xray (#5991)
1d194e5 [ci-skip] Fix description of add-plugin command line option (#6031)
333cc2e Don't complete skull lookups on main thread (MC-227435)
2291667 [ci skip] patch-ception
2103ad2 Fix NPE when using broadcast as players are joining
This commit is contained in:
William Blake Galbreath
2021-06-29 17:27:48 -05:00
parent cd5f184f6d
commit bb8a98a41f
5 changed files with 10 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
plugins {
java
id("com.github.johnrengelman.shadow") version "7.0.0" apply false
id("io.papermc.paperweight.patcher") version "1.1.7"
id("io.papermc.paperweight.patcher") version "1.1.8"
}
repositories {