mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-02-15 18:40:05 +00:00
Merge pull request #499 from SquidDev-CC/hotfix/null-network
Fix ComputerCraftAPI.getWirelessNetwork() failing
This commit is contained in:
commit
c904d5041b
@ -766,7 +766,7 @@ public class ComputerCraft
|
||||
return upgrades;
|
||||
}
|
||||
|
||||
public IPacketNetwork getWirelessNetwork()
|
||||
public static IPacketNetwork getWirelessNetwork()
|
||||
{
|
||||
return WirelessNetwork.getUniversal();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user