Skip to content

Commit a135f98

Browse files
committed
Add missing coordinates
1 parent 8bc04da commit a135f98

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

dlc_security/garage.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
-- Garage: -1071.83, -77.96, -95.0
12
exports('GetMpSecurityGarageObject', function()
23
return MpSecurityGarage
34
end)

dlc_security/musicrooftop.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
-- Studio rooftop: -854.19, -225.73, 60.00
12
exports('GetMpSecurityMusicRoofTopObject', function()
23
return MpSecurityMusicRoofTop
34
end)

dlc_security/studio.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
-- Recording studio: -1010.22, -52.21, -100.0
12
exports('GetMpSecurityStudioObject', function()
23
return MpSecurityStudio
34
end)

0 commit comments

Comments
 (0)