fix: stats button & server browser button not working on first load

This commit is contained in:
Jari van der Kaap 2023-02-20 20:03:28 +01:00
parent 7ae50f6a78
commit 8778bab5d8
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
end

View File

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