Commit Graph

4 Commits

  • Update HumanitZ egg (#2672)
    * Update `HumanitZ` egg
    
    Changes:
    - Added a missing variable, `LOOT_RESPAWN`. Apparently missed that in the original commit.
    - Added a description for the variable `BUILDING_HEALTH`, now that it has been added to the official docs
    - Added two new variables, `ALLOW_DISMANTLE` and `ALLOW_HOUSE_DISMANTLE`
    
    * fixup!: numeric -> boolean
    
    forgot to set to boolean
  • Various fixes
    - Fixing the ENV's to become uppercase, with underscores separating words
    - Editing the Configuration parsing to accommodate new variable names
    - Adding back the `-steamservername`, since it applies to the Steam server browser, and might be needed. I put it in quotes, as that was recommend earlier.