This commit is contained in:
Atlante45 2017-03-16 17:46:47 -07:00
parent 9155cc6334
commit 5a1ce4bb05

View file

@ -2162,7 +2162,7 @@ bool MyAvatar::isDriveKeyDisabled(int key) const {
return _disabledDriveKeys.test(key);
} catch (const std::exception&) {
qCCritical(interfaceapp) << Q_FUNC_INFO << ": Index out of bounds";
return false;
return true;
}
}