135136137138139140141142
addToQueueTime(lastTime, newTime); //also try to add to pause time in case they were in paused before loggin out stopPauseTimeWithQueue(newTime); } else { logger.debug("wrong call lastQueueAddTime=0 "); throw new NoQueueStartEventException(); } }