alec-hs / Flaxs-Arma-Server-Tool-2

Full rebuild of my tool for installing and updating Arma 3 server with built in features for managing Steam Workshop mods.
https://forums.bohemia.net/forums/topic/220433-fast2-arma-server-and-steam-workshop-tool/
GNU General Public License v3.0
35 stars 21 forks source link

Formatting of multi line of Motd stops server from starting #31

Closed JamieKG closed 6 years ago

JamieKG commented 6 years ago

Formating of the motd stops the server from starting

motd[]= {
"Line 1
",
"Line 2",
};

I think should be

motd[]= {
"Line 1",
"Line 2",
};
alec-hs commented 6 years ago

Added code to correctly format output to config. Testing required before closure.

alec-hs commented 6 years ago

Tested and working.