1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-09-19 18:44:04 +00:00

Merge pull request #401 from SquidDev-CC/hotfix/peripheral-errors

Fix logPeripheralErrors not being set
This commit is contained in:
Daniel Ratcliffe
2017-09-10 00:06:15 +01:00
committed by GitHub

View File

@@ -366,6 +366,7 @@ public class ComputerCraft
http_blacklist = new AddressPredicate( Config.http_blacklist.getStringList() );
disable_lua51_features = Config.disable_lua51_features.getBoolean();
default_computer_settings = Config.default_computer_settings.getString();
logPeripheralErrors = Config.logPeripheralErrors.getBoolean();
enableCommandBlock = Config.enableCommandBlock.getBoolean();