Add quick /join command for catacombs and kuudra
This commit is contained in:
@@ -30,6 +30,7 @@ object SBData {
|
||||
var locraw: Locraw? = null
|
||||
val skyblockLocation: String? get() = locraw?.skyblockLocation
|
||||
val hasValidLocraw get() = locraw?.server !in listOf("limbo", null)
|
||||
val isOnSkyblock get() = locraw?.gametype == "SKYBLOCK"
|
||||
|
||||
fun init() {
|
||||
OutgoingPacketEvent.subscribe { event ->
|
||||
|
||||
Reference in New Issue
Block a user