diff options
author | Linnea Gräf <nea@nea.moe> | 2024-08-08 02:38:12 +0200 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2024-08-08 02:38:12 +0200 |
commit | 71d0db252641a5cefa55c6af133d7a3631b06b88 (patch) | |
tree | 26db2d62ec0bc4cb0859393599c3d700200caba2 /src/main/kotlin/moe/nea/firmament/repo/RepoManager.kt | |
parent | 325ea569894695186a69d5db2bcded25b1cf705a (diff) | |
download | firmament-71d0db252641a5cefa55c6af133d7a3631b06b88.tar.gz firmament-71d0db252641a5cefa55c6af133d7a3631b06b88.tar.bz2 firmament-71d0db252641a5cefa55c6af133d7a3631b06b88.zip |
Fix pet numbers not showing in item list
Diffstat (limited to 'src/main/kotlin/moe/nea/firmament/repo/RepoManager.kt')
-rw-r--r-- | src/main/kotlin/moe/nea/firmament/repo/RepoManager.kt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main/kotlin/moe/nea/firmament/repo/RepoManager.kt b/src/main/kotlin/moe/nea/firmament/repo/RepoManager.kt index fb33802..f0da397 100644 --- a/src/main/kotlin/moe/nea/firmament/repo/RepoManager.kt +++ b/src/main/kotlin/moe/nea/firmament/repo/RepoManager.kt @@ -1,5 +1,3 @@ - - package moe.nea.firmament.repo import io.github.moulberry.repo.NEURepository |