fix server list not loading

changed require to include this change was also needed for when fed did the new fps and ping overlay in lua
This commit is contained in:
FragsAreUs 2022-03-14 16:25:38 -04:00
parent 2699575d5a
commit e0ba10a6f4

View File

@ -2,5 +2,5 @@ if (not LUI.mp_menus) then
return
end
require("lobby")
require("serverlist")
include("lobby")
include("serverlist")