Add variable for tracking whether or not light feature is disabled.

This commit is contained in:
mmcwilliams 2019-02-26 16:42:54 -05:00
parent b98b831ae4
commit c964410f7b
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ light.help = `
light.queue = {};
light.lock = false;
light.disabled = false;
light.init = function () {
'use strict';