mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-08 23:32:12 +02:00
Lol
This commit is contained in:
@@ -49,7 +49,7 @@ module.exports = class HungerGamesCommand extends Command {
|
|||||||
kills: 0,
|
kills: 0,
|
||||||
weapon: null,
|
weapon: null,
|
||||||
food: 2,
|
food: 2,
|
||||||
dead: true
|
dead: false
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
while (players.filter(player => !player.dead).size > 1) {
|
while (players.filter(player => !player.dead).size > 1) {
|
||||||
|
|||||||
Reference in New Issue
Block a user