From 271ddc1660000a02cf358d092e4a8f1a8654ed15 Mon Sep 17 00:00:00 2001 From: UnShame Date: Thu, 22 Feb 2018 01:53:33 +0300 Subject: [PATCH] mutators readme fix --- vmf_source/scripts/mods/vmf/modules/mutators/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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.