mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-19 15:54:09 +02:00
Fix return type of isFocused
This commit is contained in:
+1
-1
@@ -1994,7 +1994,7 @@ export interface Singularity {
|
||||
*
|
||||
* @returns True if the player is focused.
|
||||
*/
|
||||
isFocused(): void;
|
||||
isFocused(): boolean;
|
||||
|
||||
/**
|
||||
* SF4.2 - Set the players focus.
|
||||
|
||||
Reference in New Issue
Block a user