mirror of
https://github.com/chev2/gmod-addons.git
synced 2025-10-30 06:31:35 +00:00
Fix Screenshot Editor initialization hook being run twice
This commit is contained in:
parent
70d5afa6e0
commit
debaed380e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue