Skip to content

Commit bd60f1a

Browse files
committed
Fixed attempted index: addOption of non-table on TweakISAdminPowerUI #1
1 parent 3498495 commit bd60f1a

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55

66
## [Unreleased]
77

8+
## [v0.3.1] - 2023-05-02
9+
### Fixed
10+
- Fixed "attempted index: addOption of non-table" on TweakISAdminPowerUI #1.
11+
812
## [v0.3.0] - 2023-04-30
913
### Added
1014
- Added disabling `Tickets` button in client menu. To enable this tweak set `HideTicketsFromPlayers` to true in sandbox options.
@@ -52,7 +56,8 @@ All notable changes to this project will be documented in this file.
5256
- Added renaming light bulbs to improve sorting (English). Cannot be disabled.
5357
- Added renaming seeds and seeds packets to improve sorting (English). Cannot be disabled.
5458

55-
[Unreleased]: https://github.com/openzomboid/server-tweaker/compare/v0.3.0...HEAD
59+
[Unreleased]: https://github.com/openzomboid/server-tweaker/compare/v0.3.1...HEAD
60+
[v0.3.1]: https://github.com/openzomboid/server-tweaker/compare/v0.3.0...v0.3.1
5661
[v0.3.0]: https://github.com/openzomboid/server-tweaker/compare/v0.2.0...v0.3.0
5762
[v0.2.0]: https://github.com/openzomboid/server-tweaker/compare/v0.1.0...v0.2.0
5863
[v0.1.0]: https://github.com/openzomboid/server-tweaker/compare/d4868cbb05ad290ba3f0431e82592894d999bd56...v0.1.0

src/lua/shared/openutils/openutils.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
-- openutils contains shared defines.
88
openutils = {
9-
Version = "0.3.0", -- in semantic versioning (http://semver.org/)
9+
Version = "0.3.1", -- in semantic versioning (http://semver.org/)
1010
Color = {
1111
White = "<RGB:1,1,1>",
1212
Red = "<RGB:1,0,0>"

0 commit comments

Comments
 (0)