summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2014-07-18 07:43:17 +0200
committerWuzzy <almikes@aol.com>2014-07-18 07:43:17 +0200
commitaa5f78ef9552309269cd7b916172e81a23bf87d0 (patch)
tree1284ce61fd5c73c0e3f6e0146087a251c7aa0573
parent82291549c472700d2a40b87e9a89f22ff1d4c5ef (diff)
Update state of example in README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 17ea9be..d5acf0d 100644
--- a/README.md
+++ b/README.md
@@ -189,7 +189,7 @@ Returns all active effects of a player.
A table of all `effect`s which belong to the player. If the player does not exist, this function returns an empty table.
## Examples
-This mod comes with extensive examples. The examples are currently enabled by default and will be disabled from the first stable release. See `examples.lua` to find out how they are programmed. The examples are only for demonstration purposes. They are not intended to be used in an actual game.
+This mod comes with extensive examples. The examples are disabled by default. Edit `settings.lua` to enable the examples. See `examples.lua` to find out how they are programmed. The examples are only for demonstration purposes. They are not intended to be used in an actual game.
### Chat commands
The examples are mainly accessible with chat commands. Since this is just an example, everyone can use these examples.