Added task list

This commit is contained in:
Cooldude2606
2019-05-29 19:01:32 +01:00
parent 08803e9dfc
commit df014a1207
6 changed files with 393 additions and 2 deletions

View File

@@ -243,7 +243,7 @@ function LeftFrames._prototype:event_handler(action)
action = action or 'update'
return function(event)
local player
if event.player_index then
if event and event.player_index then
player = Game.get_player_by_index(event.player_index)
end
self[action](self,player)