Remove line that returns early for no reason
This commit is contained in:
@@ -26,7 +26,6 @@ export default function (view) {
|
||||
if (player !== currentPlayer) {
|
||||
releaseCurrentPlayer();
|
||||
currentPlayer = player;
|
||||
if (!player) return;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user