diff --git a/vmf_source/scripts/mods/vmf/modules/mutators/README.md b/vmf_source/scripts/mods/vmf/modules/mutators/README.md index 0ad3571..7787745 100644 --- a/vmf_source/scripts/mods/vmf/modules/mutators/README.md +++ b/vmf_source/scripts/mods/vmf/modules/mutators/README.md @@ -40,8 +40,8 @@ The config object is optional but obviously you'd want to provide at least a rea "survival_harder", "survival_hardest" }, - load_before_these = {}, - load_after_these = {}, + enable_before_these = {}, + enable_after_these = {}, incompatible_with_all = false, compatible_with_all = false, incompatible_with = {}, @@ -95,7 +95,6 @@ You can improve the compatibility of your mutator with other ones by specifiying # Methods - Mutators have the same methods and event handlers as other mods plus a few additional ones. These are mostly used behind the scenes. ``mutator:get_config()`` - returns the configuration object without `load_before_these/load_after_these` fields. This shouldn't be modified.