diff --git a/src/interaction/main/fcnn.js b/src/interaction/main/fcnn.js
index 23707dd02167ca3ab180c30da8c43213ed743c95..48d774bfedbce68938894122b3bd40b0e1e166fd 100644
--- a/src/interaction/main/fcnn.js
+++ b/src/interaction/main/fcnn.js
@@ -163,9 +163,8 @@ App.FCNN = (function() {
 		getText: function() {
 			if (V.FCNNstation !== 1 && V.week >= 90) {
 				return "FCNN: FCNN service has been temporarily suspended. Please stand by. ";
-			} else {
-				return this.getAllValidText().random() + " ";
 			}
+			return this.getAllValidText().random() + " ";
 		}
 	};
 })();