CloudNetService / CloudNet-v2

Cloud Network Environment Technology
Apache License 2.0
35 stars 33 forks source link

Fix setup flow from master to create server groups #190

Open TheMeinerLP opened 5 years ago

TheMeinerLP commented 5 years ago

On setup flow for server groups on the master is something wrong. If in console typed on the backend question, "MASTER". Only the Global-template get the master backend property, but not the default template

issue-label-bot[bot] commented 5 years ago

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.94. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

GiantTreeLP commented 4 years ago

Apparently this overwrites the templates every time:

https://github.com/CloudNetService/CloudNet/blob/8a225fb6cba21d288d420968fc228ea6cde5d720/cloudnet-lib/src/main/java/de/dytanic/cloudnet/lib/server/ServerGroup.java#L87-L91

This is fixed in the next release.