mirror of
				https://github.com/SquidDev-CC/CC-Tweaked
				synced 2025-10-30 21:23:00 +00:00 
			
		
		
		
	| @@ -45,6 +45,7 @@ public class ComputerPeripheral | ||||
|             "reboot", | ||||
|             "getID", | ||||
|             "isOn", | ||||
|             "getLabel", | ||||
|         }; | ||||
|     } | ||||
|  | ||||
| @@ -83,6 +84,9 @@ public class ComputerPeripheral | ||||
|                 // isOn | ||||
|                 return new Object[] { m_computer.isOn() }; | ||||
|             } | ||||
|             case 5: | ||||
|                 // getLabel | ||||
|                 return new Object[] { m_computer.getLabel() }; | ||||
|             default: | ||||
|             { | ||||
|                 return null; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Steven Dirth
					Steven Dirth