Above the MOTD window it says Server name goes here++, why?
Posted: Tue Dec 18, 2007 4:34 pm
				
				Steam currently has a problem correctly loading a server name with the '#' sign as the first character. If this is happening to you, remove the # from the front of your name.
			Code: Select all
//Old Hostname
hostname "#Nuclearfallout Server"Code: Select all
//New Hostname
hostname "NuclearFallout Server"