Merge pull request #212 from JariKCoding/main

fix: stats button & server browser button not working on first load
This commit is contained in:
Maurice Heumann 2023-02-20 20:09:34 +01:00 committed by GitHub
commit c64a999d59
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
if not CoD.isFrontend then if Engine.GetCurrentMap() ~= "core_frontend" then
return return
end end

View File

@ -1,4 +1,4 @@
if not CoD.isFrontend then if Engine.GetCurrentMap() ~= "core_frontend" then
return return
end end