Files
CHOMPStation2/code/modules/mob
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-06-09 00:42:16 -04:00
2017-04-23 13:22:32 -04:00
2016-11-21 20:36:39 -06:00
2017-04-23 13:22:32 -04:00
2017-04-23 13:22:32 -04:00
2017-04-23 13:22:32 -04:00
2017-03-12 09:30:48 -04:00