Prevent the boost / vvt table from setting isMap to true

This commit is contained in:
Josh Stewart 2016-09-14 06:17:54 +10:00
parent 1d64a9b049
commit 15f366bbc2
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ void command()
if (currentPage >= '0') {//This converts the ascii number char into binary
currentPage -= '0';
}
if (currentPage == veMapPage || currentPage == ignMapPage || currentPage == afrMapPage || currentPage == boostvvtPage) {// Detecting if the current page is a table/map
if (currentPage == veMapPage || currentPage == ignMapPage || currentPage == afrMapPage) { // Detecting if the current page is a table/map
isMap = true;
}
else {