Skip to content

Less fields

terencehill requested to merge terencehill/less_fields into master

Get rid of 133 wasted fields:

  • Use a single field instead of 4 to store a team notification choice and reduce number of fields from 50 to 20 since with the current notifications only 16 are needed

  • Reduce the item registry capacity to 24 so it matches the limit for the .items field; it reduces number of fields created by the item inventory (.inv_items array) by 103

Edited by terencehill

Merge request reports