Skip to content

Commit

Permalink
Fixed polymart ID
Browse files Browse the repository at this point in the history
  • Loading branch information
WillFP committed Feb 13, 2022
1 parent acef898 commit f58a5a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import org.bukkit.Bukkit
import org.bukkit.event.Listener
import java.util.*

class BoostersPlugin : LibReforgePlugin(0, 14269, "&e") {
class BoostersPlugin : LibReforgePlugin(2036, 14269, "&e") {
val boostersYml = BoostersYml(this)
private var shouldUseSQL = false

Expand Down

0 comments on commit f58a5a3

Please sign in to comment.