Blame more people that can fuck up

This commit is contained in:
bbassie
2019-07-04 09:06:27 +02:00
parent 4626f0d58f
commit ae748471c7

View File

@@ -45,7 +45,7 @@ return {
commands = { -- will trigger only when command prefix is given
['dev']={'chat-bot.not-real-dev'},
['blame']=function(player)
local names = {'Cooldude2606','arty714','badgamernl',player.name}
local names = {'Cooldude2606','arty714','badgamernl', 'mark9064', 'aldldl', 'Drahc_pro',player.name}
for _,next_player in pairs(game.connected_players) do
names[#names + 1] = next_player.name
end