mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-04-04 21:31:28 +02:00
remove debug and remove resetting value 20 times per second
This commit is contained in:
@ -183,8 +183,7 @@ local horse = {
|
||||
|
||||
if not self._horse_speed then
|
||||
self._horse_speed = math.random(486, 1457)/100
|
||||
else
|
||||
minetest.chat_send_all(self._horse_speed)
|
||||
elseif self.run_velocity ~= self._horse_speed then
|
||||
self.run_velocity = self._horse_speed
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user