Fix typo in README

This commit is contained in:
Wuzzy 2016-11-12 19:17:12 +01:00
parent 4e1570dd26
commit 47f62069be
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ This mod can be configured via `minetest.conf`.
Currently, these settings are recognized:
* `central_message_max`: Limit the number of messages displayed at once, by providing a number. Use `0` for no limit. Default: `7`
* `central_message_time`: How long (in second) a message is shown. Default: `5`
* `central_message_time`: How long (in seconds) a message is shown. Default: `5`
* `central_message_color`: Set the message color of all messages. Value must be of format `(R,G,B)`. Default: `(255,255,255)` (white).