mirror of
https://github.com/badvision/lawless-legends.git
synced 2025-02-28 12:29:59 +00:00
Fixed disk limiting code
This commit is contained in:
parent
3dbf22c66c
commit
f21eb21c00
@ -4690,7 +4690,7 @@ end
|
||||
continue
|
||||
|
||||
// Obey disk limit if any
|
||||
if (i > diskLimit)
|
||||
if (diskLimit > 0 && i > diskLimit)
|
||||
continue
|
||||
|
||||
// Copy files.
|
||||
|
Loading…
x
Reference in New Issue
Block a user