mirror of
https://gitlab.com/lunovox/minertrade.git
synced 2025-03-15 05:31:20 +00:00
Enxugando código!
This commit is contained in:
parent
77debf1915
commit
325c1ac117
1 changed files with 0 additions and 24 deletions
|
@ -81,27 +81,3 @@ minetest.after(3.5, function()
|
|||
end)
|
||||
end
|
||||
end)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
--[[
|
||||
minetest.after(3.5, function()
|
||||
modMinerTrade.payday = {
|
||||
interval = (60 *24) / (tonumber(minetest.setting_get("time_speed")) or 72),
|
||||
time = 0
|
||||
}
|
||||
modMinerTrade.payday.interval = 1
|
||||
minetest.register_globalstep(function(dtime)
|
||||
modMinerTrade.salary.timer = modMinerTrade.salary.timer + dtime
|
||||
if modMinerTrade.salary.timer >= modMinerTrade.payday.interval then
|
||||
|
||||
end
|
||||
end)
|
||||
end)
|
||||
--]]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue