1
0
mirror of https://github.com/HybridDog/pdisc.git synced 2025-07-03 00:30:39 +02:00

use us_time instead of gametime due to lack of precision, sleep → usleep

M  faden.lua
M  standardbefehlssatz.lua
This commit is contained in:
Hybrid Dog
2016-12-28 22:05:48 +01:00
parent b03c1fe61b
commit 641aa73686
2 changed files with 4 additions and 4 deletions

View File

@ -82,7 +82,7 @@ return function(faden_manip, parsed)
self:suscitate()
end,
try_rebirth = function(self)
if minetest.get_gametime() >= self.rebirth then
if minetest.get_us_time() >= self.rebirth then
self:continue()
end
end,