Files
Bubberstation/code/modules/client
SkyratBot 07683417ef [MIRROR] Deletes area var on clients [MDB IGNORE] (#25358)
* Deletes `area` var on clients (#80037)

## About The Pull Request

Literally nothing wrote to or accessed this variable, in pretty much
_every_ case we just use `get_area(mob)` instead of ever looking at the
client's area (again, ???)
## Why It's Good For The Game

this variable was added 12 years ago and I don't think anyone has ever
novelly used this.
## Changelog
Doesn't matter to players.

* Deletes `area` var on clients

---------

Co-authored-by: san7890 <the@san7890.com>
2023-11-30 20:10:33 -06:00
..