Skip to content

Commit

Permalink
fix: use my repository
Browse files Browse the repository at this point in the history
  • Loading branch information
TonybynMp4 committed Feb 24, 2024
1 parent dc76293 commit b9cedb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ fx_version 'cerulean'
game 'gta5'

description 'qbx_alcoholism'
repository 'https://github.com/Qbox-project/qbx_alcoholism'
authors 'Tonybyn_Mp4'
repository 'https://github.com/TonybynMp4/qbx_alcoholism'
version '1.0.0'

shared_scripts {
Expand Down
2 changes: 1 addition & 1 deletion server/main.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
lib.versionCheck('Qbox-project/qbx_alcoholism')
lib.versionCheck('TonybynMp4/qbx_alcoholism')
local config = require 'config.server'

for alcohol, params in pairs(config.alcoholItems) do
Expand Down

0 comments on commit b9cedb8

Please sign in to comment.