1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-01-26 00:46:54 +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;
}
public IPacketNetwork getWirelessNetwork()
public static IPacketNetwork getWirelessNetwork()
{
return WirelessNetwork.getUniversal();
}