Fixed indentation
This commit is contained in:
parent
f79846b7ad
commit
c63f0155ff
1 changed files with 4 additions and 4 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