mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix lint
This commit is contained in:
@@ -65,7 +65,7 @@ module.exports = class PokerCommand extends Command {
|
||||
});
|
||||
}
|
||||
let winner = null;
|
||||
let rotation = players.map(p => p.id);
|
||||
const rotation = players.map(p => p.id);
|
||||
while (!winner) {
|
||||
const bigBlind = players.get(rotation[1]);
|
||||
bigBlind.money -= bigBlindAmount;
|
||||
|
||||
Reference in New Issue
Block a user