Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ejiy committed Jul 10, 2023
1 parent 105eaa9 commit b1231e2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fxmanifest.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
fx_version 'cerulean'

version '1.0.0'

game 'gta5'

author 'JL Development, Renewed, and others'
Expand Down
5 changes: 5 additions & 0 deletions server/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,8 @@ RegisterNetEvent('jl-laptop:server:RemoveItem', function(item)
Player.Functions.RemoveItem(item, 1)
end
end)

AddEventHandler('onResourceStart', function(resource)
if resource ~= cache.resource then return end
lib.versionCheck('Ejiy/jl-laptop')
end)

0 comments on commit b1231e2

Please sign in to comment.