NetrexMC / RakNet

RakNet implementation in Rust
Apache License 2.0
44 stars 12 forks source link

2nd line of MOTD is unchangeable and will always be "Netrex" #58

Open theaddonn opened 7 months ago

theaddonn commented 7 months ago

It looks like wee can't change the 2nd line of the MOTD and it will always be Netrex.

Is there a way to fix this/a add this?

It would be awesome to have a field in the motd struct for the 2nd line of the displayed motd...

john-bv commented 7 months ago

This was intended, but I guess we could change it, It was intended because it's usually used to declare what software you're using, looks like it's solved in #60 once it gets merged.

theaddonn commented 7 months ago

ok, the same problem for the MCPE/MCEE.. it is impossible to make an education server.. I know no one wants to but still

theaddonn commented 7 months ago

ahh see already fixed in the pull request.. thx!

theaddonn commented 4 months ago

this is fixed now

john-bv commented 4 months ago

I haven't closed this because the PR is not merged into master yet.