This commit is contained in:
samuelWilliams99 2019-12-24 02:38:26 +00:00
parent 821f7fa0af
commit 505d0cbffb

View File

@ -453,7 +453,7 @@ local function createInterface()
if apiState == crashApi.INACTIVE then
frame:Close() -- Server recovered without ever closing
elseif apiState == crashApi.SERVER_UP then
if btnsPanel.reconBtn:GetDisabled() == true and not barPanel.reconBtn.dontEnable then
if btnsPanel.reconBtn:GetDisabled() == true and not btnsPanel.reconBtn.dontEnable then
btnsPanel.reconBtn:SetDisabled( false ) -- Server back up
end
end