mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-15 03:11:53 +00:00
chore: format everything
This commit is contained in:
@@ -55,7 +55,8 @@ bool MerchantRecipe::isSame(MerchantRecipe* other) {
|
||||
return false;
|
||||
}
|
||||
return (buyB == nullptr && other->buyB == nullptr) ||
|
||||
(buyB != nullptr && other->buyB != nullptr && buyB->id == other->buyB->id);
|
||||
(buyB != nullptr && other->buyB != nullptr &&
|
||||
buyB->id == other->buyB->id);
|
||||
}
|
||||
|
||||
bool MerchantRecipe::isSameSameButBetter(MerchantRecipe* other) {
|
||||
|
||||
Reference in New Issue
Block a user