# HG changeset patch # User Wuzzy # Date 1556577488 -3600 # Node ID 7e1766cf164dfdb2053865206303b4ed76d68943 # Parent 5da940c0285a707143ef202bdb41297db8f9013d OfficialServer: Fix syntax again? diff -r 5da940c0285a -r 7e1766cf164d 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 -``` +}}}