Skip to content

Commit 0e5e497

Browse files
committed
Found the issue
1 parent f196a50 commit 0e5e497

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/faq.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Open the server's settings, and click on the advanced tab, then click the pencil
130130

131131
In you bat file, replace `java` by your full path to java.exe, in quotes (you can use the path picker to find it).
132132

133-
<!-- ## MCSS crashes when opening console or player manager (v13 and above). {#-faq-dll-crash}
133+
## MCSS crashes when opening console or player manager (v13 and above). {#-faq-dll-crash}
134134

135135
You get this error when opening the console, player manager or other text editor:
136136

@@ -153,12 +153,12 @@ This is because you are missing 2 dependencies.
153153

154154
| Architecture | Link | Notes |
155155
|---|---|---|
156-
| X86 | <https://aka.ms/vs/17/release/vc_redist.x86.exe> | Permalink for latest supported x86 version |
157-
| X64 | <https://aka.ms/vs/17/release/vc_redist.x64.exe> | Permalink for latest supported x64 & ARM64 version |
156+
| X86 | [https://aka.ms/vs/17/release/vc_redist.x86.exe](https://aka.ms/vs/17/release/vc_redist.x86.exe) | Permalink for latest supported x86 version |
157+
| X64 | [https://aka.ms/vs/17/release/vc_redist.x64.exe](https://aka.ms/vs/17/release/vc_redist.x64.exe) | Permalink for latest supported x64 & ARM64 version |
158158

159159
Or if you rather download it from the Microsoft website: [https://docs.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist](https://docs.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist)
160160

161-
> While mcss is currently built against x86 it might change in the future. So it's recommended to install both. A lot of applications require this, at some point your computer will have this installed anyway. -->
161+
> While mcss is currently built against x86 it might change in the future. So it's recommended to install both. A lot of applications require this, at some point your computer will have this installed anyway.
162162
163163
## Since v11.5.0 the process name requires a different format. {#-faq-process-name-format}
164164

0 commit comments

Comments
 (0)