Skip to content

Commit 74af0ba

Browse files
committed
Fix urls on account element page
1 parent e702c03 commit 74af0ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elements/Account/account.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 'account'
22
description: |
3-
The **account** class represents a [player](/player)'s server account. You can get the **account** object associated to any client using [getPlayerAccount](/getPlayerAccount).
3+
The **account** class represents a [[player]]'s server account. You can get the **account** object associated to any client using [[getPlayerAccount]].
44
55
Accounts are unique to each client and can be used to store information that is persistent across map changes and user sessions. Clients that join without an account are given a temporary 'guest' account. This can store information like any other account, but isn't saved across sessions.
66

0 commit comments

Comments
 (0)