Spaces between usernames
This commit is contained in:
parent
2b7f89d69a
commit
d927b9d4a3
|
@ -222,12 +222,12 @@ in
|
||||||
if pvv_status is not None:
|
if pvv_status is not None:
|
||||||
result += "PVV: "
|
result += "PVV: "
|
||||||
for player in pvv_status.players.sample:
|
for player in pvv_status.players.sample:
|
||||||
result += player.name
|
result += player.name + " "
|
||||||
result += "\n"
|
result += "\n"
|
||||||
if dods_status is not None:
|
if dods_status is not None:
|
||||||
result += "DODS: "
|
result += "DODS: "
|
||||||
for player in dods_status.players.sample:
|
for player in dods_status.players.sample:
|
||||||
result += player.name
|
result += player.name + " "
|
||||||
result += "\n"
|
result += "\n"
|
||||||
|
|
||||||
notify2.init('Minecraft Server Status')
|
notify2.init('Minecraft Server Status')
|
||||||
|
|
Loading…
Reference in New Issue