mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Merge pull request #4762 from Verkister/patch-3
Fixes vis_enabled becoming unobtainable if something happens to apply plane_holder to mob before client
This commit is contained in:
@@ -50,6 +50,7 @@
|
||||
|
||||
if(!plane_holder) //Lazy
|
||||
plane_holder = new(src) //Not a location, it takes it and saves it.
|
||||
if(!vis_enabled)
|
||||
vis_enabled = list()
|
||||
client.screen += plane_holder.plane_masters
|
||||
recalculate_vis()
|
||||
|
||||
Reference in New Issue
Block a user