Skip to content

Commit

Permalink
Merge branch 'RPKit-151' into release/v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renbinden committed Jan 13, 2017
2 parents 187fbd2 + cf0612a commit 7aa0620
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
package com.rpkit.shops.bukkit

import com.rpkit.core.bukkit.plugin.RPKBukkitPlugin
import com.rpkit.core.database.Database
import com.rpkit.shops.bukkit.database.table.RPKShopCountTable
import com.rpkit.shops.bukkit.listener.BlockBreakListener
import com.rpkit.shops.bukkit.listener.InventoryClickListener
import com.rpkit.shops.bukkit.listener.PlayerInteractListener
Expand All @@ -43,4 +45,7 @@ class RPKShopsBukkit: RPKBukkitPlugin() {
)
}

override fun createTables(database: Database) {
database.addTable(RPKShopCountTable(database, this))
}
}

0 comments on commit 7aa0620

Please sign in to comment.