Disable knockback completely
This commit is contained in:
parent
fa595b681d
commit
720f29adc6
1 changed files with 5 additions and 0 deletions
|
@ -201,3 +201,8 @@ function ctf.load()
|
||||||
ctf.registered_on_new_game[i]()
|
ctf.registered_on_new_game[i]()
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
-- Disable knockback completely
|
||||||
|
function minetest.calculate_knockback()
|
||||||
|
return 0
|
||||||
|
end
|
||||||
|
|
Loading…
Reference in a new issue