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

update instructions

M  README.md
M  faden.lua
M  standardbefehlssatz.lua
M  util/standartbefehlssatz_doc.lua
This commit is contained in:
Hybrid Dog
2017-02-03 23:20:22 +01:00
parent f566b8b557
commit c821cafc14
4 changed files with 99 additions and 7 deletions

View File

@ -85,7 +85,9 @@ return function(faden_manip, parsed)
try_rebirth = function(self)
if minetest.get_us_time() >= self.rebirth then
self:continue()
return true
end
return false
end,
exit = function(self)
self:flush()