YuRaNnNzZZ — Сегодня, в 18:42
убери нахуй курио слоты из экзопака
This commit is contained in:
parent
4b6909fc0b
commit
0444568c64
@ -67,6 +67,8 @@ private fun Player.getCuriosSlotsImpl(): List<PlayerSlot<Slot, Slot>> {
|
||||
* [Pair]<Regular, Cosmetic>
|
||||
*/
|
||||
val Player.curiosSlots: List<PlayerSlot<Slot, Slot>> get() {
|
||||
return listOf()
|
||||
|
||||
if (!isCuriosLoaded) {
|
||||
return listOf()
|
||||
}
|
||||
@ -91,6 +93,8 @@ private fun Player.curiosStreamImpl(includeCosmetics: Boolean): Stream<out ItemS
|
||||
}
|
||||
|
||||
fun Player.curiosStream(includeCosmetics: Boolean = true): Stream<out ItemStack> {
|
||||
return Stream.empty()
|
||||
|
||||
if (!isCuriosLoaded) {
|
||||
return Stream.empty()
|
||||
}
|
||||
@ -115,6 +119,8 @@ private fun Player.curiosAwareStreamImpl(includeCosmetics: Boolean): Stream<out
|
||||
}
|
||||
|
||||
fun Player.curiosAwareStream(includeCosmetics: Boolean = true): Stream<out AwareItemStack> {
|
||||
return Stream.empty()
|
||||
|
||||
if (!isCuriosLoaded) {
|
||||
return Stream.empty()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user