Merge pull request #212 from JariKCoding/main
fix: stats button & server browser button not working on first load
This commit is contained in:
commit
c64a999d59
@ -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…
x
Reference in New Issue
Block a user