mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-26 03:00:56 +02:00
BUGFIX: Fix webstorm by using a mutationLock (#2542)
This commit is contained in:
@@ -151,7 +151,7 @@ const decorateName = (name: string): string => {
|
||||
// Just in case we hit a lot of the same name mutations, or if the player
|
||||
// messes with Math.random(), prevent an infinite loop
|
||||
updatedName += `/T${Date.now()}`;
|
||||
break;
|
||||
continue;
|
||||
}
|
||||
|
||||
const connector = connectors[Math.floor(Math.random() * connectors.length)];
|
||||
|
||||
Reference in New Issue
Block a user