diff --git a/client.lua b/client.lua index 157f3f3..099a639 100644 --- a/client.lua +++ b/client.lua @@ -156,7 +156,7 @@ end) local InitializeHUD = function() SendMessage('setPlayerId', GetPlayerServerId(playerId)) - if cfg.logo then SendMessage('setLogo') end + if cfg.serverLogo then SendMessage('setLogo') end end RegisterNetEvent('esx:playerLoaded') diff --git a/config.json b/config.json index bde35e4..38f64e5 100644 --- a/config.json +++ b/config.json @@ -5,7 +5,7 @@ "stress": false, "fuel": false, "circleMap": true, - "logo": true, + "serverLogo": true, "voice": { "enabled": false, "service": "pma-voice" diff --git a/nui/assets/images/logo.png b/nui/assets/images/logo.png index d65ea63..3fcfb11 100644 Binary files a/nui/assets/images/logo.png and b/nui/assets/images/logo.png differ