Make it clear that maxNumNodes returns Infinity

this function returns Infinity in some cases, so this makes that clearer.
This commit is contained in:
Modded Gamers 2021-05-05 10:00:16 -04:00 committed by GitHub
parent 827c79f70c
commit 34768591b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,4 +4,4 @@ maxNumNodes() Netscript Function
.. js:function:: maxNumNodes() .. js:function:: maxNumNodes()
:RAM cost: 0 GB :RAM cost: 0 GB
:returns: Maximum number of Hacknet Nodes you can own. :returns: Maximum number of Hacknet Nodes you can own, unless you have not unlocked HackNet servers. Then, it returns Infinity.