diff --git a/editor-controls.md b/editor-controls.md index f71c1f0..1809a70 100644 --- a/editor-controls.md +++ b/editor-controls.md @@ -8,7 +8,7 @@ The bar that appears at the top displays useful information for the currently ac Note that by default you'll only be able to open the editor in mods; for vanilla maps it's blocked. You can enable developer mode as described in [Getting started](getting-started-with-modding#setup-aquaria-for-modding) in [[usersettings.xml]] to lift this restriction. -[OSE only] Mods can also choose to disable normal access to the editor by setting `blockEditor="1"` in the [[Mod main XML|mod-xml]] file. This setting is ignored when developer mode is on. +[OSE only] Mods can also choose to disable normal access to the editor by setting `blockEditor="1"` in the [[Mod main XML|mod-xml]] file to prevent the temptation of easy cheating. This setting is ignored when developer mode is on. It's generally advised to save often when using the editor. Sometimes there are weird problems that are usually fixed when the map is reloaded, but for this to be effective you need to _actually save it before reloading_!