Skip to content

Commit 1463a39

Browse files
committed
Fix compilation on 1.20.4+
1 parent 654a193 commit 1463a39

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/kotlin/org/polyfrost/polyplus/client/network/http/PolyAuthorization.kt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ import org.polyfrost.polyplus.client.PolyPlusConfig
1515
import org.polyfrost.polyplus.client.network.http.responses.AuthResponse
1616
import kotlin.concurrent.atomics.ExperimentalAtomicApi
1717

18+
//#if MC >= 1.20.4
19+
//$$ import dev.deftu.omnicore.api.client.player.uuid
20+
//#endif
21+
1822
@OptIn(ExperimentalAtomicApi::class)
1923
object PolyAuthorization {
2024
private val LOGGER = LogManager.getLogger()

0 commit comments

Comments
 (0)