Skip to content

Commit

Permalink
Merge remote-tracking branch 'KlonZK/patch-1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
lethosor committed Jul 21, 2018
2 parents 09ec891 + 29f6131 commit 61df5e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/lua/building-hacks.lua
Original file line number Diff line number Diff line change
Expand Up @@ -147,13 +147,13 @@ function registerBuilding(args)
end
--animations and connections next:
local gears
local frames

local frameLength
local animate=args.animate
if not auto_gears then
gears=args.gears or {}
frameLength=1
local frames
if animate~=nil then
frameLength=animate.frameLength
if animate.isMechanical then
Expand Down

0 comments on commit 61df5e5

Please sign in to comment.