Skip to content

Commit

Permalink
Clean never-used persisted function (added in c173ff5 without being u…
Browse files Browse the repository at this point in the history
…sed in that commit)
  • Loading branch information
Alberth289346 committed Nov 21, 2016
1 parent 18c35d4 commit 3d80ed8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CorsixTH/Lua/humanoid_actions/vip_go_to_next_room.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ function VipGoToNextRoomAction:VipGoToNextRoomAction()
self:HumanoidAction("vip_go_to_next_room")
end

local action_vip_go_to_next_room_end = permanent"action_next_room_end"( function(humanoid)
humanoid:finishAction()
end)
local action_vip_go_to_next_room_end = permanent"action_next_room_end"( function(humanoid) end)

local function action_vip_go_to_next_room_start(action, humanoid)
if humanoid.next_room_no == nil then
Expand Down

0 comments on commit 3d80ed8

Please sign in to comment.