1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-01-27 01:14:46 +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:
SquidDev 2017-12-10 15:37:40 +00:00
parent 19e4c03d3a
commit 11290f7204

View File

@ -766,7 +766,7 @@ public class ComputerCraft
return upgrades; return upgrades;
} }
public IPacketNetwork getWirelessNetwork() public static IPacketNetwork getWirelessNetwork()
{ {
return WirelessNetwork.getUniversal(); return WirelessNetwork.getUniversal();
} }