Skip to content

Commit

Permalink
fix(server): use correct repository for version check
Browse files Browse the repository at this point in the history
  • Loading branch information
solareon authored Oct 10, 2024
1 parent 7bd4d39 commit 5db3648
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
lib.versionCheck('Renewed-Scripts/Renewed-Lib')
lib.versionCheck('Renewed-Scripts/Renewed-Weaponscarry')

-- Intiate the statebag for the player
AddEventHandler('Renewed-Lib:server:playerRemoved', function(source)
Expand All @@ -13,4 +13,4 @@ AddEventHandler('Renewed-Lib:server:playerLoaded', function(source)

playerState:set('weapons_carry', false, true)
playerState:set('carry_items', false, true)
end)
end)

0 comments on commit 5db3648

Please sign in to comment.