Skip to content

Commit

Permalink
Merge pull request #2 from xap3y/dev
Browse files Browse the repository at this point in the history
Oops..
  • Loading branch information
xap3y authored Apr 14, 2024
2 parents a4261f4 + eab6fb8 commit edb5dfc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/me/xap3y/xacore/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ class Main : JavaPlugin() {
configFile = File(dataFolder, "config.yml")
messageFile = File(dataFolder, "lang.yml")
logFile = File(dataFolder, "logs.txt")
// storageFile = File(datafolder, "storage.yml")

storageManager = StorageManager(this)
storageManager.loadConfig()
Expand Down Expand Up @@ -74,6 +75,7 @@ class Main : JavaPlugin() {
if (list.contains(k.name.lowercase())) return@forEach
annotationParser.parse(v)
}
annotationParser.parse(RootCommand(this))

registerListeners()

Expand Down

0 comments on commit edb5dfc

Please sign in to comment.