Files
CHOMPStation2/code/_helpers
Neerti 795fcd6306 Fixes Inability to use Say/LOOC/Other Things
A null entry somehow got into ```player_list```, which caused an important proc called ```get_mobs_and_objs_in_view_fast()``` to fail.  The cause appeared to be a brain mob failing to qdel, then failing to ```logout()```, leaving a null entry in ```player_list```.
```get_mobs_and_objs_in_view_fast()``` now makes sure every entry it iterates over exists, and this should fix the qdel issue as well.
2017-06-24 18:18:10 -04:00
..
2017-03-26 19:36:34 -04:00
2016-09-16 00:14:00 +01:00
2017-04-02 13:53:49 -07:00
2017-01-15 01:21:48 -06:00
2017-01-15 01:21:48 -06:00