Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
DevBlocky committed Mar 12, 2019
2 parents af6217b + 204cfa0 commit c48804b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ To draw a route to a certain postal, type `/postal [postalName]` and to remove j
It will automatically remove the route when within 100m of the destination

## Updates
## 1.2
### 1.2.1
* Fixes to missing postals on improved postal map

### 1.2
* Updates to README.md
* Version check
* Fixes for Improved Postal map
Expand Down
2 changes: 1 addition & 1 deletion cl.lua
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ RegisterCommand('postal', function(source, args, raw)
end)

--[[Development shit]]
local dev = false
local dev = true
if dev then
local devLocal = json.decode(raw)
local next = 0
Expand Down
2 changes: 1 addition & 1 deletion new-postals.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"1.2","changelog":"Version checker"}
{"version":"1.2.1","changelog":"Fix missing improved postals"}

0 comments on commit c48804b

Please sign in to comment.