mirror of
https://gitlab.com/4w/mtimer.git
synced 2024-11-24 16:23:44 +01:00
remove debugging leftovers
This commit is contained in:
parent
c31f0c1570
commit
8beb472234
6
init.lua
6
init.lua
@ -70,12 +70,6 @@ function _xtimer_changeText(player)
|
||||
local h = tostring((math.floor(time/60) % 60))
|
||||
local m = tostring((math.floor(time) % 60))
|
||||
|
||||
local __c = 0
|
||||
for x,y in pairs(_xtend.v.xtimer.playerData) do
|
||||
__c = __c + 1
|
||||
end
|
||||
print(__c..' '..playerName)
|
||||
|
||||
local res = _xtend.v.xtimer.format.output:gsub('(+.)', {
|
||||
['+s'] = os.date(_xtend.v.xtimer.format.start, startTime),
|
||||
['+c'] = os.date(_xtend.v.xtimer.format.current),
|
||||
|
Loading…
Reference in New Issue
Block a user