diff --git a/src/005-passages/bcPassages.js b/src/005-passages/bcPassages.js
index 5eb04ddcd482b0b1f886a415cc148a16358193cb..aeb5fcb9d46e656aedacb84e3b4c195433a87be5 100644
--- a/src/005-passages/bcPassages.js
+++ b/src/005-passages/bcPassages.js
@@ -1,9 +1,9 @@
 new App.DomPassage("Backwards Compatibility",
 	() => {
 		V.nextButton = "Continue";
-		if (["Options", "Backwards Compatibility"].includes(V.nextLink)) {
+		//if (["Options", "Backwards Compatibility"].includes(V.nextLink)) {
 			V.nextLink = "Main";
-		}
+		//}
 
 		App.Update.setNonexistentProperties(V, App.Data.defaultGameStateVariables);
 		// resetOnNGPlus contains half of the variables we need, but we use it politely here instead of forcing it so it