PolarisSS13 / Polaris

Polaris - A version of Spacestation13, forked from Baystation12.
https://ss13polaris.com/
Other
71 stars 305 forks source link

remove usages of /tmp/ #9306

Closed Spookerton closed 8 months ago

Spookerton commented 9 months ago

/tmp/ is a var path sugar that causes the value of datum member vars to not be saved, should that datum be serialized to a byond savefile. It's irrelevant in these removed uses, which is all of them. It's doubly irrelevant in the handful of global uses. Destroy /tmp/.

Will conflict with #9300 because this touches a file the other deletes. Handling order isn't important.