Skip to content

Commit b66d000

Browse files
committed
Dimension/Interior pages fix
1 parent c4086e6 commit b66d000

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web/src/pages/reference/Dimension.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ import { getSeeAlsoLinksFromList } from "@src/utils/general";
4040
</ul>
4141

4242
<h3>Uses</h3>
43-
<p>A useful use of this is for unique <a href="/reference/interior/">interiors</a>. For example, there is only one actual Pizza restaurant in San Andreas, with each warp point going to the same place. This works fine in single player games (as you aren't going to be in two places at once), but with multiplayer this can be confusing, as you could enter in one place and see all the players who entered in another. To avoid this, you can split the players into dimensions, so they will only see players who entered in the same place, duplicating the Pizza restaurant interior as many times as you want with different dimensions.</p>
43+
<p>A useful use of this is for unique <a href="/reference/Interior/">interiors</a>. For example, there is only one actual Pizza restaurant in San Andreas, with each warp point going to the same place. This works fine in single player games (as you aren't going to be in two places at once), but with multiplayer this can be confusing, as you could enter in one place and see all the players who entered in another. To avoid this, you can split the players into dimensions, so they will only see players who entered in the same place, duplicating the Pizza restaurant interior as many times as you want with different dimensions.</p>
4444

4545
<h3>Relevant scripting functions</h3>
4646
<ul>

web/src/pages/reference/Interior.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { getSeeAlsoLinksFromList } from "@src/utils/general";
66

77
<AutoStarlightPage frontmatter={{
88
template: 'doc',
9-
title: 'Dimension',
9+
title: 'Interior',
1010
tableOfContents: false,
1111
}}>
1212

0 commit comments

Comments
 (0)