mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-04-06 10:46:59 +00:00
Disable peripheral logging by default
This commit is contained in:
parent
efb0065ebd
commit
0e1135ed97
@ -107,7 +107,7 @@ public class ComputerCraft
|
||||
public static String http_whitelist = "*";
|
||||
public static boolean disable_lua51_features = false;
|
||||
public static String default_computer_settings = "";
|
||||
public static boolean logPeripheralErrors = true;
|
||||
public static boolean logPeripheralErrors = false;
|
||||
|
||||
public static boolean enableCommandBlock = false;
|
||||
public static boolean turtlesNeedFuel = true;
|
||||
|
@ -215,7 +215,7 @@ public class CommandAPI implements ILuaAPI
|
||||
// Ignore buggy command
|
||||
if( ComputerCraft.logPeripheralErrors )
|
||||
{
|
||||
ComputerCraft.log.error( "Error running command.", t );
|
||||
ComputerCraft.log.error( "Error checking permissions of command.", t );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user