mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 08:05:40 -04:00
fix: health timer resetting due to incompatible code
This commit is contained in:
@@ -401,9 +401,6 @@
|
|||||||
}
|
}
|
||||||
}).always(function()
|
}).always(function()
|
||||||
{
|
{
|
||||||
timerDelayMS = parseInt(timerUptime);
|
|
||||||
timerStartMS = Date.now();
|
|
||||||
|
|
||||||
setTimeout(function()
|
setTimeout(function()
|
||||||
{
|
{
|
||||||
runUptime();
|
runUptime();
|
||||||
|
|||||||
Reference in New Issue
Block a user