update description

This commit is contained in:
GenZmeY 2022-09-15 16:39:32 +03:00
parent 7fbcbd4893
commit 6713766a64

View File

@ -29,7 +29,7 @@ If you make a public mutator with SML support, I'd be happy if you tell me about
[code] [code]
?Mutator=SML.Mut,AAL.AALMut,YAS.YASMut,CTI.CTIMut,CVC.CVCMut,ZedSpawner.ZedSpawnerMut ?Mutator=SML.Mut,AAL.AALMut,YAS.YASMut,CTI.CTIMut,CVC.CVCMut,ZedSpawner.ZedSpawnerMut
[/code] [/code]
(replace the map and add/remove [b]compatible[/b] mutators you need) (add/remove [b]compatible[/b] mutators you need)
❗️ SML must be first in the mutators list or it won't work. ❗️ SML must be first in the mutators list or it won't work.
❗️ SML is a server-side mutator, clients never download it. Therefore, no one will know about SML if you dont tell yourself. You can also accidentally give it to the whole world if you use a redirect and share the folder where it's located. Be careful about this. ❗️ SML is a server-side mutator, clients never download it. Therefore, no one will know about SML if you dont tell yourself. You can also accidentally give it to the whole world if you use a redirect and share the folder where it's located. Be careful about this.