Spaces between usernames

This commit is contained in:
Daniel Lovbrotte Olsen 2022-05-05 03:44:07 +02:00
parent 2b7f89d69a
commit d927b9d4a3
1 changed files with 2 additions and 2 deletions

View File

@ -222,12 +222,12 @@ in
if pvv_status is not None:
result += "PVV: "
for player in pvv_status.players.sample:
result += player.name
result += player.name + " "
result += "\n"
if dods_status is not None:
result += "DODS: "
for player in dods_status.players.sample:
result += player.name
result += player.name + " "
result += "\n"
notify2.init('Minecraft Server Status')