diff --git a/addons/screenshot_editor/lua/autorun/client/cl_screenshoteditor.lua b/addons/screenshot_editor/lua/autorun/client/cl_screenshoteditor.lua index 243fc70..d6542fd 100644 --- a/addons/screenshot_editor/lua/autorun/client/cl_screenshoteditor.lua +++ b/addons/screenshot_editor/lua/autorun/client/cl_screenshoteditor.lua @@ -160,4 +160,4 @@ hook.Add("Initialize", "RunScreenshotEditorInitialize", function() hook.Run("ScreenshotEditorInitialize") end) -hook.Run("ScreenshotEditorInitialize") +--if game.GetWorld() ~= NULL then hook.Run("ScreenshotEditorInitialize") end