Skip to content

Commit

Permalink
Merge pull request AiTechEye#3 from oversword/fix-automatic_rotate
Browse files Browse the repository at this point in the history
automatic_rotate should be a number, not boolean
  • Loading branch information
oversword authored Aug 1, 2021
2 parents fd34de6 + 27ee9ca commit 0c56cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ minetest.register_entity("hook:power",{
textures = {"hook_iron.png"},
is_visible = true,
makes_footstep_sound = false,
automatic_rotate = false,
automatic_rotate = 0,
timer2=0,
d=0,
uname="",
Expand Down

0 comments on commit 0c56cd1

Please sign in to comment.