encode42 / flags.sh

A simple script generator to start your Minecraft servers with optimal flags.
https://flags.sh
MIT License
147 stars 20 forks source link

Remove "--nogui" from velocity/waterfall #25

Open QuartzWarrior opened 1 year ago

QuartzWarrior commented 1 year ago

Remove the "--nogui" from the velocity option in /src/data/environment/operatingSystem.ts

Having this option causes the velocity servers to crash. I tried fixing it myself, but my limited knowledge of typescript messed me up.

encode42 commented 1 year ago

Already dealt with in the qwik rewrite!

(line 41 already checks if the gui key exists in the selected environment. In Velocity's case, it does not, so the --nogui flag will not be added)

QuartzWarrior commented 1 year ago

I'm assuming the qwik rewrite hasn't been implemented then, right?

encode42 commented 1 year ago

Indeed