mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 00:56:48 +02:00
commit
7e41d3b7ed
1 changed files with 3 additions and 0 deletions
|
@ -275,6 +275,9 @@ function cleanupGame() {
|
|||
if (missileFired) {
|
||||
Particles.deleteParticle(myMissile);
|
||||
}
|
||||
|
||||
Controller.releaseKeyEvents({text: " "});
|
||||
|
||||
Script.stop();
|
||||
}
|
||||
Script.scriptEnding.connect(cleanupGame);
|
||||
|
|
Loading…
Reference in a new issue