Minor fix (#422)

* Re-enable disable_useless_things.lua

* Minor localization changes (sync with H2)

* Update language.lua & stats/init.lua

* Fix for HUD ammo zeros
* Language: Reorganizing items on menu
* Stats: Fix localized headers
This commit is contained in:
Vlad
2022-12-22 17:51:33 +03:00
committed by GitHub
parent 09bba63918
commit 917dd80625
9 changed files with 52 additions and 40 deletions

View File

@ -1,16 +1,17 @@
require("language")
require("background_effects")
if (game:issingleplayer()) then
if game:issingleplayer() then
require("sp_unlockall")
return
end
if (Engine.InFrontend()) then
require("disable_useless_things")
if Engine.InFrontend() then
require("shader_dialog")
require("gamemodes")
require("no_mode_switch")
require("disable_useless_things")
else
require("scoreboard")
end