Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
chore: replace server logo for monkeys
Browse files Browse the repository at this point in the history
  • Loading branch information
demxnn committed Jun 7, 2022
1 parent fe3daa4 commit edee87d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"stress": false,
"fuel": false,
"circleMap": true,
"logo": true,
"serverLogo": true,
"voice": {
"enabled": false,
"service": "pma-voice"
Expand Down
Binary file modified nui/assets/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit edee87d

Please sign in to comment.