Update project.lua

master
AiTechEye 2021-01-26 14:18:27 +01:00 committed by GitHub
parent 84afcb3f41
commit 770e363d70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -8,7 +8,6 @@ minetest.register_entity("hook:power",{
textures = {"hook_iron.png"},
is_visible = true,
makes_footstep_sound = false,
automatic_rotate = false,
timer2=0,
d=0,
uname="",
@ -88,4 +87,4 @@ on_step= function(self, dtime)
end
return self
end,
})
})