Fix suppress warnings on the packets

This commit is contained in:
Andrew Steinborn
2021-05-13 04:25:06 -04:00
parent 3c41211163
commit 6cd3b00428
3 changed files with 2 additions and 5 deletions

View File

@@ -10,8 +10,5 @@ tasks.withType(JavaCompile).configureEach {
error("NullAway")
option("NullAway:AnnotatedPackages", "com.velocitypowered")
option("NullAway:ExcludedClasses",
"com.velocitypowered.proxy.network.packet.clientbound.ClientboundJoinGamePacket," +
"com.velocitypowered.proxy.network.packet.clientbound.ClientboundRespawnPacket")
}
}