Merge branch 'logicaltime' of https://github.com/Bubobubobubobubo/Topos into dev

This commit is contained in:
2023-08-26 18:48:05 +03:00
8 changed files with 118 additions and 41 deletions

View File

@ -316,10 +316,7 @@ export class UserAPI {
player = new Player(input, options, this.app);
this.app.api.patternCache.set(key, player);
}
if ((player && player.notStarted()) || player.played) {
player.callTime = this.epulse();
player.played = false;
}
if(player) player.updateLastCallTime();
return player;
};