mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-23 22:52:29 +01:00
Merge pull request #3327 from danielyxie/dev
Fix stanek initializing some fragment to -1-1
This commit is contained in:
commit
f6c3c86b7a
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -28,9 +28,9 @@ export class ActiveFragment {
|
|||||||
this.id = -1;
|
this.id = -1;
|
||||||
this.x = -1;
|
this.x = -1;
|
||||||
this.y = -1;
|
this.y = -1;
|
||||||
this.highestCharge = -1;
|
this.highestCharge = 0;
|
||||||
this.numCharge = -1;
|
this.numCharge = 0;
|
||||||
this.rotation = -1;
|
this.rotation = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user