1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-03-04 10:38:12 +00:00

Fix logPeripheralErrors not being set

This commit is contained in:
SquidDev 2017-08-01 21:25:23 +01:00
parent 579f7443a8
commit 8f6feff4fd

View File

@ -364,6 +364,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();