mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-06-10 02:24:12 +00:00
Fix logPeripheralErrors not being set
This commit is contained in:
parent
579f7443a8
commit
8f6feff4fd
@ -364,6 +364,7 @@ public class ComputerCraft
|
|||||||
http_blacklist = new AddressPredicate( Config.http_blacklist.getStringList() );
|
http_blacklist = new AddressPredicate( Config.http_blacklist.getStringList() );
|
||||||
disable_lua51_features = Config.disable_lua51_features.getBoolean();
|
disable_lua51_features = Config.disable_lua51_features.getBoolean();
|
||||||
default_computer_settings = Config.default_computer_settings.getString();
|
default_computer_settings = Config.default_computer_settings.getString();
|
||||||
|
logPeripheralErrors = Config.logPeripheralErrors.getBoolean();
|
||||||
|
|
||||||
enableCommandBlock = Config.enableCommandBlock.getBoolean();
|
enableCommandBlock = Config.enableCommandBlock.getBoolean();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user