diff --git a/vmf_source/scripts/mods/vmf/modules/gui.lua b/vmf_source/scripts/mods/vmf/modules/gui.lua index d10dfde..9a8712e 100644 --- a/vmf_source/scripts/mods/vmf/modules/gui.lua +++ b/vmf_source/scripts/mods/vmf/modules/gui.lua @@ -273,21 +273,13 @@ end) ------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------ -local mod = new_mod("DisableThings") +local mod = new_mod("SkipSplashScreen") mod:hook("StateSplashScreen.on_enter", function(func, self) self._skip_splash = true func(self) end) -mod:hook("SplashView.init", function(self, input_manager, world) - return -end) -mod:hook("SplashView.set_index", function(self, index) - return -end) - - mod:hook("StateSplashScreen.setup_splash_screen_view", function(func, self) func(self) self.splash_view = nil