Skip to content

Commit

Permalink
Update dank.minecraft-server-builder.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SirDank committed Jun 10, 2024
1 parent ceff76f commit 385a017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __modules__/dank.minecraft-server-builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def main_one():

string = translate('The following plugins allow older / newer clients to join your server')
print_read_me(); print(clr(f"\n - {string}!"))
print("")
print(clr(f"\n - {translate('If you do not know what to choose here, type:')} \"n\"\n"))
while True:
install_Via = input(clr(f" > {translate('Download ViaVersion & ViaBackwards?')} [ y / n ]: ") + red).lower()
match install_Via:
Expand Down

0 comments on commit 385a017

Please sign in to comment.