Skip to content

Commit

Permalink
Merge pull request #35 from fortressforever/fixes/shutdown-backwards-…
Browse files Browse the repository at this point in the history
…compat

Fix backwards compatibility issue with base_shutdown
  • Loading branch information
squeek502 committed Mar 29, 2015
2 parents 22f60ac + 30d9db6 commit 800d609
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions maps/includes/base_shutdown.lua
Expand Up @@ -245,6 +245,8 @@ blue_security_trigger = base_security_trigger:new( { team = Team.kBlue, button =
-- Hurts
-----------------------------------------------------------------------------

-- backwards compatibility
hurt = team_only_trigger:new({})
-- red lasers hurt blue and vice-versa
red_security_hurt = not_red_trigger:new({})
blue_security_hurt = not_blue_trigger:new({})
Expand Down

0 comments on commit 800d609

Please sign in to comment.