mirror of
				https://github.com/SquidDev-CC/CC-Tweaked
				synced 2025-10-31 21:52:59 +00:00 
			
		
		
		
	Fix ComputerCraftAPI.getWirelessNetwork() failing
I've got to admit, it is super embarrassing that a) I didn't notice this when testing and b) no one else has noticed until now.
This commit is contained in:
		| @@ -766,7 +766,7 @@ public class ComputerCraft | ||||
|         return upgrades; | ||||
|     } | ||||
|  | ||||
|     public IPacketNetwork getWirelessNetwork() | ||||
|     public static IPacketNetwork getWirelessNetwork() | ||||
|     { | ||||
|         return WirelessNetwork.getUniversal(); | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 SquidDev
					SquidDev