Update _app.js
diff --git a/pages/_app.js b/pages/_app.js
index d571c96..7d1b810 100644
--- a/pages/_app.js
+++ b/pages/_app.js
@@ -104,7 +104,6 @@
             hideSubBar={hideSubBar}
             showMessage={showMessage}
             season={season}
-            randomSeed={new Date().getMinutes() / 60}  // FIXME: Janky hack mate
         />
         <div className={Styles.container} style={{
             pointerEvents: "none",