1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-26 07:03:22 +00:00

Fix stack overflow in logging code

This commit is contained in:
Jonathan Coates 2023-01-08 18:29:36 +00:00
parent 8024017f53
commit cdc91a8e5d
No known key found for this signature in database
GPG Key ID: B9E431FF07C98D06
3 changed files with 3 additions and 1 deletions

View File

@ -18,7 +18,7 @@ public final class Logging {
static {
HTTP_ERROR.add(COMPUTER_ERROR);
JAVA_ERROR.add(JAVA_ERROR);
JAVA_ERROR.add(COMPUTER_ERROR);
}
private Logging() {

View File

@ -13,6 +13,7 @@ # New features in CC: Tweaked 1.102.1
* Fix speakers playing too loudly.
* Change where turtles drop items from, reducing the chance that items clip through blocks.
* Fix the `computer_threads` config option not applying under Fabric.
* Fix stack overflow in logging code.
# New features in CC: Tweaked 1.102.0

View File

@ -13,5 +13,6 @@
* Fix speakers playing too loudly.
* Change where turtles drop items from, reducing the chance that items clip through blocks.
* Fix the `computer_threads` config option not applying under Fabric.
* Fix stack overflow in logging code.
Type "help changelog" to see the full version history.