BeeStation / NSV13

NSV13, a Ship-to-ship Combat SS13 Server
GNU Affero General Public License v3.0
115 stars 257 forks source link

Only /overmaps are passed to after_enter() #2678

Open DeltaFire15 opened 3 weeks ago

DeltaFire15 commented 3 weeks ago

About The Pull Request

After_enter expects the passed object to be an overmap, but non-overmaps are passed to it at times if the system is loaded when something like a star is added to a system.

Why It's Good For The Game

Fix man good.

Changelog

:cl: fix: Non-/overmap overmap objects no longer runtime if newly added to a loaded system. /:cl: