From 1aa87fc020b1cb91b537d075bb3f59bb2a5c21fc Mon Sep 17 00:00:00 2001 From: Antony <97451137+TonybynMp4@users.noreply.github.com> Date: Sun, 27 Oct 2024 05:07:27 +0100 Subject: [PATCH] chore: update repo link --- server/main.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/main.lua b/server/main.lua index 56bc9e9..ee15bf7 100644 --- a/server/main.lua +++ b/server/main.lua @@ -1,4 +1,4 @@ -lib.versionCheck('TonybynMp4/y_mechanic') +lib.versionCheck('Ybox-Project/y_mechanic') lib.addCommand("fix", { help = locale('command.fix.help'), @@ -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) \ No newline at end of file +end)