Update to release protocol 1.19.30

This commit is contained in:
Camotoy 2022-09-17 16:37:30 -04:00
parent 0aa7411d02
commit c8a51d7834
No known key found for this signature in database
GPG key ID: 7EEFB66FE798081F
4 changed files with 6 additions and 6 deletions

View file

@ -31,7 +31,7 @@ object Versions {
const val gsonVersion = "2.3.1" // Provided by Spigot 1.8.8
const val nbtVersion = "2.1.0"
const val websocketVersion = "1.5.1"
const val protocolVersion = "f0feacd"
const val protocolVersion = "96a4daf"
const val raknetVersion = "1.6.28-20220125.214016-6"
const val mcauthlibVersion = "d9d773e"
const val mcprotocollibversion = "9f78bd5"