mirror of
https://github.com/XLabsProject/s1x-client.git
synced 2023-08-02 15:02:12 +02:00
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:
parent
2699575d5a
commit
e0ba10a6f4
@ -2,5 +2,5 @@ if (not LUI.mp_menus) then
|
||||
return
|
||||
end
|
||||
|
||||
require("lobby")
|
||||
require("serverlist")
|
||||
include("lobby")
|
||||
include("serverlist")
|
||||
|
Loading…
Reference in New Issue
Block a user