mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-25 02:32:55 +02:00
GO: Alternate fix for race conditions (#1260)
This commit is contained in:
@@ -50,7 +50,6 @@ export function endGoGame(boardState: BoardState) {
|
||||
type: GoPlayType.gameOver,
|
||||
x: null,
|
||||
y: null,
|
||||
success: true,
|
||||
});
|
||||
|
||||
boardState.previousPlayer = null;
|
||||
|
||||
Reference in New Issue
Block a user