Langserver fixes, vol 2 (#7401)

This commit is contained in:
Erki
2019-11-15 22:42:25 +01:00
committed by Werner
parent 444c0d5ea5
commit ff41b92e97
39 changed files with 100 additions and 159 deletions
+1 -1
View File
@@ -372,7 +372,7 @@
return
// Check if we should even bother working on the current seed datum.
if(seed.mutants. && seed.mutants.len && severity > 1)
if(seed.mutants?.len && severity > 1)
mutate_species()
return