Skip to content

Commit 4023847

Browse files
authored
how?????
1 parent 01cf006 commit 4023847

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lua/badcoderz/client/cl_ui.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,14 +218,15 @@ function BadCoderz.ShowUI(serverCodeSmellScan, serverCompiledFuncsScan, scanonre
218218
if (shouldclose and BadCoderz.scanningCodeSmells) then -- == true because it was called right before
219219
DermaBadCoderz:Close()
220220
if shouldreopen then
221+
local timer_reopen = BadCoderz.settings.auto_reopen_menu_time:GetInt()
221222
timer.Simple(timer_reopen, function()
222223
if BadCoderz.Derma and IsValid(BadCoderz.Derma) then
223224
return
224225
end
225226
net.Start("BadCoderz_status_request")
226227
net.SendToServer()
227228
end)
228-
local timer_reopen = BadCoderz.settings.auto_reopen_menu_time:GetInt()
229+
229230
end
230231
return
231232
end

0 commit comments

Comments
 (0)