mirror of
https://github.com/appgurueu/modlib.git
synced 2024-11-25 16:53:46 +01:00
Remove dtime == 0 assertion
This commit is contained in:
parent
db08d8bbde
commit
53fdfddd30
@ -14,7 +14,6 @@ local function get_gametime_init(dtime)
|
||||
return
|
||||
end
|
||||
get_gametime_initialized = true
|
||||
assert(dtime == 0)
|
||||
local gametime = minetest.get_gametime()
|
||||
assert(gametime)
|
||||
function modlib.minetest.get_gametime()
|
||||
|
Loading…
Reference in New Issue
Block a user