From 068aa85f9737a0490802558d68ed9f26fb733f8e Mon Sep 17 00:00:00 2001 From: Will FP Date: Fri, 8 Dec 2023 12:25:06 +0000 Subject: [PATCH] I hate you, ret --- .../ecomobs/category/spawning/spawnpoints/SpawnPointGenerator.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/eco-core/core-plugin/src/main/kotlin/com/willfp/ecomobs/category/spawning/spawnpoints/SpawnPointGenerator.kt b/eco-core/core-plugin/src/main/kotlin/com/willfp/ecomobs/category/spawning/spawnpoints/SpawnPointGenerator.kt index 9d12fbe..1934cac 100644 --- a/eco-core/core-plugin/src/main/kotlin/com/willfp/ecomobs/category/spawning/spawnpoints/SpawnPointGenerator.kt +++ b/eco-core/core-plugin/src/main/kotlin/com/willfp/ecomobs/category/spawning/spawnpoints/SpawnPointGenerator.kt @@ -1,7 +1,6 @@ package com.willfp.ecomobs.category.spawning.spawnpoints import com.github.benmanes.caffeine.cache.Caffeine -import com.sun.tools.javac.jvm.ByteCodes.ret import com.willfp.eco.core.EcoPlugin import com.willfp.ecomobs.math.Int3 import com.willfp.ecomobs.plugin