mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 11:07:12 +01:00
fixed bug that prevented the start of stage 2
This commit is contained in:
@@ -147,8 +147,8 @@ var/list/blob_nodes = list()
|
||||
stage(1)
|
||||
|
||||
// Stage 2
|
||||
while(blobs.len < blobwincount/stage_2_threshold)
|
||||
sleep(100)
|
||||
while(blobs.len < blobwincount*stage_2_threshold)
|
||||
sleep(10)
|
||||
stage(2)
|
||||
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user