don't show moretime button to spectators

This commit is contained in:
Thibault Duplessis 2014-10-19 19:59:01 +02:00
parent 452f44f40e
commit f7498f6f27

View file

@ -40,7 +40,7 @@ function resignable(data) {
}
function moretimeable(data) {
return data.clock && playable(data) && !mandatory(data);
return data.clock && isPlayerPlaying(data) && !mandatory(data);
}
function replayable(data) {