diff --git a/game/script.rpy b/game/script.rpy
index f02b0e5..0b4391e 100644
--- a/game/script.rpy
+++ b/game/script.rpy
@@ -14,12 +14,6 @@
 #Why yes all my code was formerly in one massive file called "script" thats 28k lines long, how could you tell?
 #Licensed under the GNU AGPL v3, for more information check snootgame.xyz or the LICENSE file that should have came with this work.
 
-init -1 python:
-    # Modding Support variables
-    # All mod rpy files must run a small init python script
-    mod_dir = "mods/"
-    mod_menu_access = []
-
 init python:
     import webbrowser # This is for the ch2 "look the link up" choice
     import random