l33tmaan / ACulinaryArtillery---.NET7

4 stars 10 forks source link

Egg crash fix + dedicated server display/harmony patch not loading on subsequent loads fix #18

Closed Pursec closed 7 months ago

Pursec commented 7 months ago

-Changed default condition for itemEggCrack to call the base method rather than always trying to call a behaviorGroundStorables (resulting in nullrefs) -Removed check for harmony object in Start() as it was preventing harmony patches from being loaded if a client had left a world then joined another without restarting their game completely -Made blockSaucepans simmeringRecipeList use expression body definition to have an always up to date list, instead of just setting it on initialization (this was resulting in a client-side list of 0 entries as it was being set before the server had synced the recipes to the client)

Pursec commented 7 months ago

Other bugs found, closing until I have them resolved

l33tmaan commented 7 months ago

Haha, it seems like we both had a rough day yesterday. I don't know how you find this stuff, man. Thanks!