Fixed typo in rdrevert

This commit is contained in:
Dennis Graiani 2017-10-13 17:30:40 -04:00
parent 7734f7d0e0
commit 27753a6a85

View File

@ -235,12 +235,12 @@ void MainObject::Revert(int schema) const
case 269:
Revert269();
break;
}
case 270:
Revert270();
break;
}
}
void MainObject::Revert243() const