mirror of
https://github.com/XLabsProject/s1x-client.git
synced 2023-08-02 15:02:12 +02:00
6 lines
79 B
Lua
6 lines
79 B
Lua
if (game:issingleplayer()) then
|
|
return
|
|
end
|
|
|
|
require("settings")
|
|
require("hud") |