aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/features/bazaar
diff options
context:
space:
mode:
authorLorenz <lo.scherf@gmail.com>2022-08-22 04:27:26 +0200
committerLorenz <lo.scherf@gmail.com>2022-08-22 04:27:26 +0200
commit900bc9058a90130ac7bb0f88c6b30ef1bf390504 (patch)
tree587f8560ffcc6e73671c981744c98281d5a3c285 /src/main/java/at/hannibal2/skyhanni/features/bazaar
parentb79e61949903e365362c17338acfb8b09d84f54f (diff)
downloadskyhanni-900bc9058a90130ac7bb0f88c6b30ef1bf390504.tar.gz
skyhanni-900bc9058a90130ac7bb0f88c6b30ef1bf390504.tar.bz2
skyhanni-900bc9058a90130ac7bb0f88c6b30ef1bf390504.zip
code cleanup
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/features/bazaar')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/bazaar/BazaarBestSellMethod.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/bazaar/BazaarBestSellMethod.kt b/src/main/java/at/hannibal2/skyhanni/features/bazaar/BazaarBestSellMethod.kt
index e97ff5817..a8940028d 100644
--- a/src/main/java/at/hannibal2/skyhanni/features/bazaar/BazaarBestSellMethod.kt
+++ b/src/main/java/at/hannibal2/skyhanni/features/bazaar/BazaarBestSellMethod.kt
@@ -2,9 +2,9 @@ package at.hannibal2.skyhanni.features.bazaar
import at.hannibal2.skyhanni.SkyHanniMod
import at.hannibal2.skyhanni.events.GuiContainerEvent
-import at.hannibal2.skyhanni.utils.GuiRender.renderString
import at.hannibal2.skyhanni.utils.LorenzUtils
import at.hannibal2.skyhanni.utils.NumberUtil
+import at.hannibal2.skyhanni.utils.RenderUtils.renderString
import net.minecraft.client.gui.inventory.GuiChest
import net.minecraft.inventory.ContainerChest
import net.minecraftforge.client.event.GuiScreenEvent