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:
@ -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
|
||||
|
Reference in New Issue
Block a user