Skip to content

Commit e05c903

Browse files
committed
Fix stonecutter comments
1 parent abf2684 commit e05c903

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: src/main/kotlin/dev/isxander/zoomify/utils/MinecraftExt.kt

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ fun GuiGraphics.scale(x: Float, y: Float, z: Float) = pose().scale(x, y, z)
1616

1717
// i love kotlin
1818
typealias ToastTypes =
19-
/*? if >1.20.1 {*/
19+
//? if >1.20.1 {
2020
SystemToast.SystemToastId
21-
/*?} else {*/
21+
//?} else {
2222
/*SystemToast.SystemToastIds
23-
*//*?}*/
23+
*///?}
2424

2525
fun toast(
2626
title: Component,
@@ -32,7 +32,7 @@ fun toast(
3232
title,
3333
description
3434
).also {
35-
val toastManager = /*? if >=1.21.2 {*/ minecraft.toastManager /*?} else {*/ /*minecraft.toasts }*//*?}*/
35+
val toastManager = /*? if >=1.21.2 {*/ minecraft.toastManager /*?} else {*/ /*minecraft.toasts *//*?}*/
3636
toastManager.addToast(it)
3737
}
3838

0 commit comments

Comments
 (0)