From 2f42181876880c5a88de8b8fb29d9be84c3e0424 Mon Sep 17 00:00:00 2001 From: Anthony Hilyard Date: Thu, 6 Jan 2022 09:00:23 -0800 Subject: Fixed crash issue with modded tooltip components that aren't added to factory. --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index fe4906c..f72768f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +### 1.0.36 +- Fixed a crash issue with modded tooltip components that are not properly added to tooltip component factory. + ### 1.0.35 - Fixed an issue that could cause dependent client-side mods to crash when run on a dedicated server. - Fixed various warnings in latest.log file. -- cgit