Update player count text to include context on home page
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
@if (this.playerCount() === null) {
|
||||
<h2 style="color: white;"><span class="player-count">Loading...</span></h2>
|
||||
} @else {
|
||||
<h2 style="color: white;"><span class="player-count">{{ playerCount() }}</span></h2>
|
||||
<h2 style="color: white;"><span class="player-count">Current players online: {{ playerCount() }}</span></h2>
|
||||
}
|
||||
<h2 style="color: white;">Server IP: play.alttd.com</h2>
|
||||
<div style="padding-top: 35px;">
|
||||
|
||||
Reference in New Issue
Block a user