Skip to content

Commit

Permalink
Update Constants.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
kada49 authored Mar 27, 2022
1 parent 5195bbf commit 350b735
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/main/kotlin/it/kada49/fpsDisplay/Constants.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package it.kada49.fpsDisplay

import net.minecraft.client.Minecraft
import org.apache.logging.log4j.LogManager
import org.apache.logging.log4j.Logger

Expand Down Expand Up @@ -30,9 +29,9 @@ class Constants {
/**
* The Minecraft version.
*/
val MC_VERSION: String = Minecraft.getMinecraft().version
val MC_VERSION: String = "1.8.9"

val LOGGER: Logger = LogManager.getLogger(ID)
}

}
}

0 comments on commit 350b735

Please sign in to comment.