Skip to content

Commit

Permalink
chore: update repo link
Browse files Browse the repository at this point in the history
  • Loading branch information
TonybynMp4 authored Oct 27, 2024
1 parent 401ef85 commit 1aa87fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/main.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
lib.versionCheck('TonybynMp4/y_mechanic')
lib.versionCheck('Ybox-Project/y_mechanic')

lib.addCommand("fix", {
help = locale('command.fix.help'),
Expand Down Expand Up @@ -54,4 +54,4 @@ RegisterNetEvent('y_mechanic:server:cleanVehicle', function()
if not cleaned then return end

exports.qbx_core:Notify(source, locale('notify.success.cleaned'), "success")
end)
end)

0 comments on commit 1aa87fc

Please sign in to comment.