2 次代碼提交 09ee011f32 ... 93d143d731

作者 SHA1 備註 提交日期
  Dank 93d143d731 Merge branch 'master' of https://git.tfgames.site/DankMemesAndCreams/glife into music_overhaul 1 年之前
  Dank 1ec9c7af03 [fixed] variable name error for streamtime 1 年之前
共有 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	
 		end	
 	else
 	else
 		!! How many minutes did the stream last.
 		!! How many minutes did the stream last.
-		ml_streaming = rand(1,60)
+		ml_streamtime = rand(1,60)
 		gs 'music_onlinemusic', 'streaming_stats'
 		gs 'music_onlinemusic', 'streaming_stats'
 		!! TODO: Interruption events and such will come here
 		!! TODO: Interruption events and such will come here
 	end
 	end