Merge branch 'logicaltime' of https://github.com/Bubobubobubobubo/Topos into dev
This commit is contained in:
@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user