OfficialServer: Fix syntax again?
authorWuzzy
Mon, 29 Apr 2019 23:38:08 +0100
changeset 1863 7e1766cf164d
parent 1862 5da940c0285a
child 1864 4bf062012229
OfficialServer: Fix syntax again?
OfficialServer.wiki
--- a/OfficialServer.wiki	Mon Apr 29 23:37:36 2019 +0100
+++ b/OfficialServer.wiki	Mon Apr 29 23:38:08 2019 +0100
@@ -20,7 +20,7 @@
 
 In the same directory with `hedgewars-server`, create a file named `hedgewars-server.ini`. Add the following dummy contents:
 
-```
+{{{
 bans = []
 dbHost = localhost
 dbLogin = hedgewars
@@ -28,4 +28,4 @@
 dbPassword = password
 sv_latestProto = 51
 sv_message = Hi
-```
+}}}