Skip to content

Build e10d745

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Jun 06:01
e10d745
Force econ item validation (#61)

For a long while, Valve blocked econ items from showing if they weren't
attached to a player that actually owned it.

An escape hatch was added in Gun Mettle to network the validation state of
items, since the owning player may have disconnected while one of their items
is held by another user.

Some VScript maps make use of this escape hatch for item visibility, so it's
probably fine to pull this in at this point.