I already had a few OpenRCT2 Servers on Linux and Windows before. I recently wanted to play it again on my own server which I had set up and played on months before. I noticed that it loaded an empty savefile which was the right save. It never saved automatically to that savefile and I think a friend of mine just closed it without the command.
 
	So I wanted to save it after a few hours of playing, but none of the commands I could remember worked now. I don't know what exactly is going on and since when you couldn't use "save_park" to save your park, "exit" to save and quit and "help" to get all commands. I can clearly remember that working at least on Linux, but I am not sure about Windows.
 
	Anyone has an Idea what could be my problem?
 
	Also I am using the 0.3.3 stable version and start it with this bat command: 
 
openrct2 host C:\...\OpenRCT2\save\SixFlagsGermany.sv6 --port 11753 --password a --verbose --headless
	I also always get this error message when I type in anything into the console: 
 
ReferenceError: identifier 'help' undefined
	Thanks in advance!
 
	Edit:
 
	Apparently you have to use this command:
 
console.executeLegacy("help");