mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-19 20:55:44 +01:00
typo in sleeve getTask doc
This commit is contained in:
parent
b132efbded
commit
261abdea78
@ -10,9 +10,9 @@ getTask() Netscript Function
|
||||
.. code-block:: javascript
|
||||
|
||||
{
|
||||
task: number, // task type
|
||||
crime: number, // crime currently attempting, if any
|
||||
location: number, // location of the task, if any
|
||||
gymStatType: number, // stat being trained at the gym, if any
|
||||
factionWorkType: number, // faction work type being performed, if any
|
||||
task: string, // task type
|
||||
crime: string, // crime currently attempting, if any
|
||||
location: string, // location of the task, if any
|
||||
gymStatType: string, // stat being trained at the gym, if any
|
||||
factionWorkType: string, // faction work type being performed, if any
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user