Merge pull request #336 from FragsAreUs/develop

fix server list lua not loading
This commit is contained in:
Maurice Heumann 2022-03-15 07:12:56 +01:00 committed by GitHub
commit 0e3208fe6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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