Skip to content

Commit

Permalink
v1.7.2 - Fix postal metadata issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan2139 committed Jan 21, 2023
1 parent 205eec4 commit 11f56af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions callcommands/sv_callcommands.lua
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
['uuid'] = uid,
['silentAlert'] = silenceAlert,
['useCallLocation'] = useCallLocation,
['callPostal'] = postal
['postal'] = postal
}
}
if LocationCache[source] ~= nil then
Expand Down Expand Up @@ -244,7 +244,7 @@
['uuid'] = uuid(),
['silentAlert'] = false,
['useCallLocation'] = false,
['callPostal'] = postal
['postal'] = postal
}
}
if LocationCache[source] ~= nil then
Expand Down
2 changes: 1 addition & 1 deletion callcommands/version_callcommands.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.7.1",
"version": "1.7.2",
"check_url": "https://raw.githubusercontent.com/Sonoran-Software/sonoran_callcommands/master/callcommands/version_callcommands.json",
"download_url": "https://github.com/Sonoran-Software/sonoran_callcommands/",
"minCoreVersion": "2.8.10",
Expand Down

0 comments on commit 11f56af

Please sign in to comment.