fix: stats button & server browser button not working on first load
This commit is contained in:
parent
7ae50f6a78
commit
8778bab5d8
@ -1,4 +1,4 @@
|
|||||||
if not CoD.isFrontend then
|
if Engine.GetCurrentMap() ~= "core_frontend" then
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
if not CoD.isFrontend then
|
if Engine.GetCurrentMap() ~= "core_frontend" then
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user