Merge branch 'development' into LTS_development

This commit is contained in:
Thulinma 2016-07-23 22:55:41 +02:00
commit 16f293cf2c
2 changed files with 1 additions and 3 deletions

View file

@ -1162,8 +1162,6 @@ namespace IPC {
}
if ((myPage.mapped[offsetOnPage] & 0x7F) < 126) {
myPage.mapped[offsetOnPage] = (countAsViewer ? 0x81 : 0x01);
} else {
DEBUG_MSG(DLVL_WARN, "Trying to keep-alive an element that needs to timeout, ignoring");
}
}