Skip to content

Commit

Permalink
Update changelog improve error msg
Browse files Browse the repository at this point in the history
  • Loading branch information
ibot3 committed Jul 3, 2024
1 parent 975dc82 commit ac10b05
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
- Add `%license%` as string replacement for rewards
- Add support for QBCore and vanilla FIVEM
- Several improvements

**BREAKING CHANGES**:

- The reward string replacement `%esx_name%` has been renamed to `%char_name%`
2 changes: 1 addition & 1 deletion shared/sh_lang.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if (IsDuplicityVersion()) then
local encoded_en = LoadResourceFile(GetCurrentResourceName(), "/lang/en.json")

if (encoded_en == nil) then
VyHub:msg("Missing language file en.json!!!", "error")
VyHub:msg("Missing language file en.json!!! PLEASE MAKE SURE TO DOWNLOAD VYHUB-FIVEM ON THE GITHUB RELEASES PAGE! https://github.com/matbyte-com/vyhub-fivem/releases", "error")
return
end

Expand Down

0 comments on commit ac10b05

Please sign in to comment.