oh my god

This commit is contained in:
DBotThePony 2023-03-17 18:18:55 +07:00
parent dfb0f5d3f3
commit f5b55f3ab1
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -1020,7 +1020,7 @@ class MatteryPlayerCapability(val ply: Player) : ICapabilityProvider, INBTSerial
stack.count = 0
}
return !stack.isEmpty
return stack.isEmpty
}
// двигаем в существующие слоты
@ -1099,7 +1099,7 @@ class MatteryPlayerCapability(val ply: Player) : ICapabilityProvider, INBTSerial
stack.count = 0
}
return !stack.isEmpty
return stack.isEmpty
}
@Suppress("unused")