Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions gamemode/core/hooks/cl_hooks.lua
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ end

function GM:CharacterListLoaded()
local shouldPlayIntro = nut.config.get("alwaysPlayIntro", true) or not nut.localData.intro or nil
print("shouldPlayIntro", shouldPlayIntro)

timer.Create("nutWaitUntilPlayerValid", 0.5, 0, function()
if (not IsValid(LocalPlayer())) then return end
timer.Remove("nutWaitUntilPlayerValid")
Expand Down Expand Up @@ -555,4 +555,4 @@ function GM:NutScriptLoaded()
end
end
nut.plugin.namecache = namecache
end
end