mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-31 13:01:39 +09:00
Merge pull request #114 from bbassie/blame-mark
Blame more people that can fuck up
This commit is contained in:
@@ -45,7 +45,7 @@ return {
|
|||||||
commands = { -- will trigger only when command prefix is given
|
commands = { -- will trigger only when command prefix is given
|
||||||
['dev']={'chat-bot.not-real-dev'},
|
['dev']={'chat-bot.not-real-dev'},
|
||||||
['blame']=function(player)
|
['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
|
for _,next_player in pairs(game.connected_players) do
|
||||||
names[#names + 1] = next_player.name
|
names[#names + 1] = next_player.name
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user