File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
## [ Unreleased]
4
+
5
+ ## [ 1.2.2] - June 5, 2019
4
6
### Fixed
5
7
* Fixed ` attempt to index upvalue 'Terrain' (a nil value) ` error.
6
8
* Thanks to Roblox users MrPedro_1, brandonbrady1, EastCoastLaw for reporting the bug.
52
54
* All settings will now be saved and will use the same value when relaunching Studio.
53
55
* Selection Box will now glow green or red depending if it is able to be converted the part selected or not.
54
56
55
- [ Unreleased ] : https://github.com/mkargus/PartToTerrain/compare/1.2.1...master
57
+ [ Unreleased ] : https://github.com/mkargus/PartToTerrain/compare/1.2.2...master
58
+ [ 1.2.2 ] : https://github.com/mkargus/PartToTerrain/compare/1.2.1...1.2.2
56
59
[ 1.2.1 ] : https://github.com/mkargus/PartToTerrain/compare/1.2.0...1.2.1
57
60
[ 1.2.0 ] : https://github.com/mkargus/PartToTerrain/compare/1.1.0...1.2.0
58
61
[ 1.1.0 ] : https://github.com/mkargus/PartToTerrain/compare/1.0.0...1.1.0
Original file line number Diff line number Diff line change 1
1
-- Made By Fastcar48
2
- local version = ' 1.2.1 '
2
+ local version = ' 1.2.2 '
3
3
4
4
-- Services
5
5
local mouse = plugin :GetMouse ()
You can’t perform that action at this time.
0 commit comments