Skip to content

Commit

Permalink
Private variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry282 committed Aug 13, 2024
1 parent 2911e15 commit b0f2299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/funnymap/FunnyMap.kt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ object FunnyMap {

val mc: Minecraft = Minecraft.getMinecraft()
var display: GuiScreen? = null
val toggleLegitKey = KeyBinding("Legit Peek", Keyboard.KEY_NONE, "Funny Map")
private val toggleLegitKey = KeyBinding("Legit Peek", Keyboard.KEY_NONE, "Funny Map")
val scope = CoroutineScope(EmptyCoroutineContext)

@Mod.EventHandler
Expand Down

0 comments on commit b0f2299

Please sign in to comment.