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