Skip to content

Commit

Permalink
--release
Browse files Browse the repository at this point in the history
  • Loading branch information
Shynixn committed Nov 7, 2023
1 parent de59320 commit ba420d0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ class PetBlocksPlugin : JavaPlugin() {
val language = configurationService.findValue<String>("language")
plugin.reloadTranslation(language, PetBlocksLanguage::class.java, "en_us")
logger.log(Level.INFO, "Loaded language file $language.properties.")

// Connect
val sqlConnectionService = resolve(SqlConnectionService::class.java)
sqlConnectionService.connect()
Expand Down

0 comments on commit ba420d0

Please sign in to comment.