mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-25 18:47:50 +01:00
[#895] Fixed /network page with no servers connected
This commit is contained in:
parent
30dd07f9b4
commit
596e193e63
@ -126,7 +126,7 @@ public class NetworkContainer extends DataContainer {
|
||||
"<h2><i class=\"col-light-green fa fa-servers\"></i> No Servers</h2>" +
|
||||
"</div><div class=\"body\">" +
|
||||
"<p>No Bukkit/Sponge servers connected to Plan.</p>" +
|
||||
"</div></div></div></div>");
|
||||
"</div></div></div></div></div></div>");
|
||||
}
|
||||
return serverBoxes.toString();
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user