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

add us time instruction

M  faden.lua
M  standardbefehlssatz.lua
This commit is contained in:
Hybrid Dog
2016-12-28 18:47:28 +01:00
parent 53c47b17ab
commit b03c1fe61b
2 changed files with 9 additions and 4 deletions

View File

@ -192,6 +192,10 @@ s = {
return true
end,
get_us_time = function()
return true, minetest.get_us_time()
end,
tostring = function(params)
if #params ~= 1 then
return false, WNOA