Ported to 1.7
This commit is contained in:
@@ -44,9 +44,9 @@ public class PartTerminal extends PartMonitor implements IStorageMonitorable
|
||||
else
|
||||
{
|
||||
if ( proxy.isPowered() )
|
||||
player.sendChatToPlayer( PlayerMessages.CommunicationError.get() );
|
||||
player.addChatMessage( PlayerMessages.CommunicationError.get() );
|
||||
else
|
||||
player.sendChatToPlayer( PlayerMessages.MachineNotPowered.get() );
|
||||
player.addChatMessage( PlayerMessages.MachineNotPowered.get() );
|
||||
}
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user