The International Simutrans Forum

Development => Patches & Projects => Incorporated Patches and Solved Bug Reports => Topic started by: Dwachs on January 19, 2015, 09:51:08 AM

Title: server_motd_file
Post by: Dwachs on January 19, 2015, 09:51:08 AM
it reads server_motd_file in trunk's simuconf.tab, but server_motd_filenname is actually read.

Put this here as reminder.

Quote from: benjad on January 19, 2015, 03:38:28 AM

Found it...

Current simuconfig

# Here you can add a message about your server (It will read this file on each joining anew)
server_motd_file = c:\PROGRA~1\Simutrans\serverinfo.txt



Should be
# Here you can add a message about your server (It will read this file on each joining anew)
server_motd_filename = c:\PROGRA~1\Simutrans\serverinfo.txt

Found  where it is loaded in settings.cc, and noticed the wrong label name!   Woot!  I contributed.