update via

This commit is contained in:
creeper123123321 2022-07-05 18:11:51 -03:00
parent fa3d59c5b0
commit ad2b68e9c3

View File

@ -72,5 +72,7 @@ object AspirinPlatform : ViaPlatform<UUID> {
override fun getPlatformVersion() = AspirinServer.version
override fun getPluginVersion() = VersionInfo.VERSION
override fun isOldClientsAllowed() = true
override fun hasPlugin(name: String?)= false
override fun isProxy() = true
}