mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 04:22:39 +01:00
Langserver fixes, vol 2 (#7401)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user