Fix lua error in stats module
This commit is contained in:
parent
1f61929318
commit
4c3b284f0e
|
@ -38,7 +38,7 @@ function onGameStart()
|
||||||
end
|
end
|
||||||
|
|
||||||
function onGameEnd()
|
function onGameEnd()
|
||||||
sendReportEvent:cancel()
|
removeEvent(sendReportEvent)
|
||||||
end
|
end
|
||||||
|
|
||||||
function onConnect(protocol)
|
function onConnect(protocol)
|
||||||
|
|
Loading…
Reference in New Issue