Fix
This commit is contained in:
parent
0fbb2037c6
commit
c0488207c4
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue