Timer fix and dead list removal

This commit is contained in:
keronshb
2021-09-30 14:50:04 -04:00
parent fa193aabfa
commit 4e91dde6b0
2 changed files with 2 additions and 8 deletions
-6
View File
@@ -44,12 +44,6 @@ GLOBAL_LIST_EMPTY(mob_config_movespeed_type_lookup_floating)
GLOBAL_LIST_EMPTY(latejoiners) //CIT CHANGE - All latejoining people, for traitor-target purposes.
/// All alive mobs with clients.
GLOBAL_LIST_EMPTY(alive_player_list)
/// All dead mobs with clients. Does not include observers.
GLOBAL_LIST_EMPTY(dead_player_list)
/// All alive antags with clients.
GLOBAL_LIST_EMPTY(current_living_antags)