This commit is contained in:
William Moodhe 2019-03-18 18:55:04 -04:00
parent 0fbb2037c6
commit c0488207c4

View file

@ -1780,10 +1780,10 @@ function GM:PlayerBindPress(pl, bind, wasin)
elseif P_Team(pl) == TEAM_HUMAN then
self:ToggleOTSCamera()
end
elseif bind == "impulse 100" then
elseif bind == "impulse 100" then
if P_Team(pl) == TEAM_UNDEAD and pl:Alive() then
self:ToggleZombieVision()
end
self:ToggleZombieVision()
end
end
end