We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 654a193 commit 1463a39Copy full SHA for 1463a39
src/main/kotlin/org/polyfrost/polyplus/client/network/http/PolyAuthorization.kt
@@ -15,6 +15,10 @@ import org.polyfrost.polyplus.client.PolyPlusConfig
15
import org.polyfrost.polyplus.client.network.http.responses.AuthResponse
16
import kotlin.concurrent.atomics.ExperimentalAtomicApi
17
18
+//#if MC >= 1.20.4
19
+//$$ import dev.deftu.omnicore.api.client.player.uuid
20
+//#endif
21
+
22
@OptIn(ExperimentalAtomicApi::class)
23
object PolyAuthorization {
24
private val LOGGER = LogManager.getLogger()
0 commit comments