Fix lua error in stats module

This commit is contained in:
Eduardo Bart 2012-09-03 22:55:02 -03:00
parent 1f61929318
commit 4c3b284f0e
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ function onGameStart()
end end
function onGameEnd() function onGameEnd()
sendReportEvent:cancel() removeEvent(sendReportEvent)
end end
function onConnect(protocol) function onConnect(protocol)