mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2026-07-12 22:32:44 +00:00
Normalise enums to use SHOUTY_CASE
PascalCase is more .NET than Java
This commit is contained in:
@@ -205,7 +205,7 @@ public final class CommandComputerCraft
|
||||
int queued = 0;
|
||||
for( ServerComputer computer : computers )
|
||||
{
|
||||
if( computer.getFamily() == ComputerFamily.Command && computer.isOn() )
|
||||
if( computer.getFamily() == ComputerFamily.COMMAND && computer.isOn() )
|
||||
{
|
||||
computer.queueEvent( "computer_command", rest );
|
||||
queued++;
|
||||
|
||||
Reference in New Issue
Block a user