diff options
author | thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> | 2019-12-10 16:45:23 -0800 |
---|---|---|
committer | thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> | 2019-12-10 16:45:23 -0800 |
commit | 60b4afc3c7755b5682584a89c0c91dc6e8478926 (patch) | |
tree | 3a88565fd71fdabbc3054638a19b6b6c84813a75 /src | |
parent | f1368c2d17c8ad4025927aeab762aab0ac1cb65b (diff) | |
download | KotlinForForge-60b4afc3c7755b5682584a89c0c91dc6e8478926.tar.gz KotlinForForge-60b4afc3c7755b5682584a89c0c91dc6e8478926.tar.bz2 KotlinForForge-60b4afc3c7755b5682584a89c0c91dc6e8478926.zip |
adding files
Diffstat (limited to 'src')
-rw-r--r-- | src/main/kotlin/thedarkcolour/kotlinforforge/KotlinModLoadingContext.kt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/kotlin/thedarkcolour/kotlinforforge/KotlinModLoadingContext.kt b/src/main/kotlin/thedarkcolour/kotlinforforge/KotlinModLoadingContext.kt index 766b64d..c3a047e 100644 --- a/src/main/kotlin/thedarkcolour/kotlinforforge/KotlinModLoadingContext.kt +++ b/src/main/kotlin/thedarkcolour/kotlinforforge/KotlinModLoadingContext.kt @@ -9,7 +9,6 @@ class KotlinModLoadingContext internal constructor(private val container: Kotlin } companion object { - @JvmStatic fun get(): KotlinModLoadingContext { return ModLoadingContext.get().extension() } |