Fix indents spaces->tabs

This commit is contained in:
Lauren Toivanen 2019-10-24 23:56:49 +03:00
parent 68a88e4422
commit 27e320ce55
4 changed files with 9 additions and 9 deletions

View file

@ -5,8 +5,8 @@ RegisterCommand('die', function(source, args)
-- Chat about heart failure
TriggerEvent('chat:addMessage', {
color = {255,0,0},
args = { 'Sydämesi petti' }
})
args = { 'Sydämesi petti' }
})
end, false)