We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9fe695 commit f71b834Copy full SHA for f71b834
behavior/game.js
@@ -1421,6 +1421,7 @@ Standards.game.Character = function (source, options) {
1421
*/
1422
character.removeBody();
1423
Standards.game.Character.instances.splice(Standards.game.Character.instances.indexOf(character), 1);
1424
+ character = undefined;
1425
}
1426
1427
Standards.game.Character.instances.push(this);
0 commit comments