Skip to content

Commit

Permalink
Update SMain.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
guillerp8 authored Dec 16, 2021
1 parent 00d18d6 commit fa1a1c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Server/SMain.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -145,4 +145,4 @@ ESX.RegisterServerCallback('guille_doorlock:cb:hasObj', function(source,cb, item
else
return cb(false)
end
end)
end)

0 comments on commit fa1a1c1

Please sign in to comment.