Skip to content

Commit de71b59

Browse files
authored
fix out of place newline
1 parent 20e9936 commit de71b59

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/resources/client/level.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ A level is a playable object in Geometry Dash, namely coming with data that expl
4646
| k39 | level Size | **integer** | `this->levelSize = std::floor(this->levelString.length() * 0.152);` |
4747
| k40 | Build Version | **integer** | the games build version |
4848
| k41 | Password | **integer** | the [password]() <!-- local gamesave password topic link --> set for the level |
49-
| k42 | Original | **integer** | The ID the of the original level (if the level was copied)
50-
|
49+
| k42 | Original | **integer** | The ID the of the original level (if the level was copied) |
5150
| k43 | Two-Player Mode | **Bool** | If the level is 2 player mode |
5251
| k45 | Custom Song ID | **integer** | the custom Song ID (if used) |
5352
| k46 | Level Revision | **integer** | the revision of the level |

0 commit comments

Comments
 (0)