소스 검색

[fixed] variable name error for streamtime

Dank 8 달 전
부모
커밋
1ec9c7af03
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      locations/music_onlinemusic.qsrc

+ 1 - 1
locations/music_onlinemusic.qsrc

@@ -31,7 +31,7 @@ if $ARGS[0] = 'live_stream':
 		end	
 	else
 		!! How many minutes did the stream last.
-		ml_streaming = rand(1,60)
+		ml_streamtime = rand(1,60)
 		gs 'music_onlinemusic', 'streaming_stats'
 		!! TODO: Interruption events and such will come here
 	end