Skip to content

Commit f8a2d25

Browse files
authored
correction
1 parent fa40ed8 commit f8a2d25

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/resources/server/comment.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,12 @@ A list of all known keys can be found in the table below
4242
|-----|---------------------------|----------------------------------------------|--------------------------------------------------------------------------
4343
| 1 | levelID | **Integer** | The levelID linked to the comment
4444
| 2 | comment | **String** | The comment left by the user, encoded in [base64](/topics/encryption/base64.md)
45-
| 3 | author* | **Integer** | The player ID of the author. **This is different than the account ID**
45+
| 3 | authorPlayerID | **Integer** | The player ID of the comment author |
4646
| 4 | likes | **Integer** | The amount of likes the comment has
4747
| 5 | dislikes | **Integer** | The amount of dislikes the comment has -> unused
4848
| 6 | messageID | **Integer** | The message ID. Account comments have different IDs than level comments
4949
| 7 | spam | **Bool** | If a comment has been flagged as spam
50+
| 8 | authorAccountID | **Integer** | The accountID of the comment author |
5051
| 9 | age | **String** | How long ago the comment was posted (e.g. "2 months")
5152
| 10 | percent* | **Integer** | The percent the player put in their comment
5253
| 11 | modBadge* | **Integer** | The Mod Badge of a moderator commenting
@@ -86,8 +87,6 @@ If a user violates [the commenting rules](https://imgur.com/a/US0Biaj), they can
8687
- The `User String` uses the same response parser that [player profiles](/resources/server/user) use
8788

8889
- The only example of `Account Comments` where it was able to display a colour is with [RobTop's](https://gdbrowser.com/u/71) profile, this is because RobTop hardcoded the account colour into the accountID of `71`
89-
90-
- In the [December 2019 2.2 leaks](https://www.reddit.com/r/geometrydash/comments/e9b0y6/update_22_leaks_megathread/), a key wih the ID of `8` can be found hardcoded into a string for the `Versus Mode` feature - it seems to be linked to accountID as you can see from [this piece of pseudocode](https://imgur.com/a/Rjvzshb)
9190

9291

9392

0 commit comments

Comments
 (0)