mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2024-11-16 14:54:54 +00:00
Fix stack overflow in logging code
This commit is contained in:
parent
8024017f53
commit
cdc91a8e5d
@ -18,7 +18,7 @@ public final class Logging {
|
|||||||
|
|
||||||
static {
|
static {
|
||||||
HTTP_ERROR.add(COMPUTER_ERROR);
|
HTTP_ERROR.add(COMPUTER_ERROR);
|
||||||
JAVA_ERROR.add(JAVA_ERROR);
|
JAVA_ERROR.add(COMPUTER_ERROR);
|
||||||
}
|
}
|
||||||
|
|
||||||
private Logging() {
|
private Logging() {
|
||||||
|
@ -13,6 +13,7 @@ Several bug fixes:
|
|||||||
* Fix speakers playing too loudly.
|
* Fix speakers playing too loudly.
|
||||||
* Change where turtles drop items from, reducing the chance that items clip through blocks.
|
* 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 the `computer_threads` config option not applying under Fabric.
|
||||||
|
* Fix stack overflow in logging code.
|
||||||
|
|
||||||
# New features in CC: Tweaked 1.102.0
|
# New features in CC: Tweaked 1.102.0
|
||||||
|
|
||||||
|
@ -13,5 +13,6 @@ Several bug fixes:
|
|||||||
* Fix speakers playing too loudly.
|
* Fix speakers playing too loudly.
|
||||||
* Change where turtles drop items from, reducing the chance that items clip through blocks.
|
* 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 the `computer_threads` config option not applying under Fabric.
|
||||||
|
* Fix stack overflow in logging code.
|
||||||
|
|
||||||
Type "help changelog" to see the full version history.
|
Type "help changelog" to see the full version history.
|
||||||
|
Loading…
Reference in New Issue
Block a user