Skip to content

Commit

Permalink
Fixed nativeui dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ghermans committed Jan 29, 2019
1 parent efd5567 commit b03b658
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## 1.1.1

- Fixed death screen loop when the player changed his skin.
- Removed NativeUI from vf_base.

## 1.1

Expand Down
5 changes: 2 additions & 3 deletions vf_base/__resource.lua
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
resource_manifest_version '44febabe-d386-4d18-afbe-5e627f4af937'
resource_type 'gametype' { name = 'venomous-freemode' }
resource_version '1.1'
resource_version '1.1.1'

dependencies {'ghmattimysql', 'NativeUI'}
dependencies {'ghmattimysql'}

client_scripts {
'@NativeUI/NativeUI.lua',
'config/freemode.lua',
'config/spawn.lua',
'config/vehicles.lua',
Expand Down
1 change: 1 addition & 0 deletions vf_interaction/__resource.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
resource_manifest_version '44febabe-d386-4d18-afbe-5e627f4af937'
dependency 'NativeUI'

client_scripts {
'@NativeUI/NativeUI.lua',
Expand Down

0 comments on commit b03b658

Please sign in to comment.