From 0be0732a2b04de56ffb9ad43545e35d9c75d1e01 Mon Sep 17 00:00:00 2001 From: The T Date: Sat, 28 Jan 2023 21:41:20 -0500 Subject: [PATCH] WebHost: FAQ: change "seeds" to "a world" where world is the right term. Berserker has frequently corrected, that each player's game is a single world, inside a larger seed; not that each player's game is a seed. --- WebHostLib/static/assets/faq/faq_en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebHostLib/static/assets/faq/faq_en.md b/WebHostLib/static/assets/faq/faq_en.md index 339a2a15..74f423df 100644 --- a/WebHostLib/static/assets/faq/faq_en.md +++ b/WebHostLib/static/assets/faq/faq_en.md @@ -20,7 +20,7 @@ comfortable exploiting certain glitches in the game. ## What is a multi-world? While a randomizer shuffles a game, a multi-world randomizer shuffles that game for multiple players. For example, in a -two player multi-world, players A and B each get their own randomized version of a game, called seeds. In each player's +two player multi-world, players A and B each get their own randomized version of a game, called a world. In each player's game, they may find items which belong to the other player. If player A finds an item which belongs to player B, the item will be sent to player B's world over the internet.