diff --git a/Server/SMain.lua b/Server/SMain.lua index 0b7fa59..16625f9 100644 --- a/Server/SMain.lua +++ b/Server/SMain.lua @@ -35,8 +35,8 @@ _CreateThread(function() else print(name .. " is updated.") print(name.. [[ - Update 1.1: - - Now you can unlock a door with an item! + Update 1.2: + - Slider doords improved ]]) end end @@ -145,4 +145,4 @@ ESX.RegisterServerCallback('guille_doorlock:cb:hasObj', function(source,cb, item else return cb(false) end -end) \ No newline at end of file +end)