DoctorMcKay / node-tf2

Simple module to interact with the TF2 game coordinator
https://www.npmjs.com/package/tf2
MIT License
54 stars 26 forks source link

feat/add-ability-to-ignore-backpack-load #31

Closed Sadzurami closed 7 months ago

Sadzurami commented 1 year ago

Now we can change class shouldLoadBackpack property to false for preventing population of class backpack.

For the sake of memory saving. Backpacks objects are huge and can consumes much ram.

Defaults to true, so, no breaking changes.