diff --git a/code/modules/admin/player_panel.dm b/code/modules/admin/player_panel.dm index 431d4ef484..4bb600a973 100644 --- a/code/modules/admin/player_panel.dm +++ b/code/modules/admin/player_panel.dm @@ -478,7 +478,7 @@ dat += "PM" dat += "" - /*if(istype(ticker.mode, /datum/game_mode/anti_revolution) && ticker.mode:heads.len) //coment out anti-revolution + /*if(istype(ticker.mode, /datum/game_mode/anti_revolution) && ticker.mode:heads.len) //comment out anti-revolution dat += "
" for(var/datum/mind/N in ticker.mode:heads) var/mob/M = N.current
Corrupt Heads