diff --git a/index.html b/index.html
index ec02cfd..b6ebf06 100644
--- a/index.html
+++ b/index.html
@@ -50,7 +50,7 @@
-
+
Why don't you visit us yourself?
diff --git a/js/index.js b/js/index.js
index f09c4bc..bba29eb 100644
--- a/js/index.js
+++ b/js/index.js
@@ -6,13 +6,13 @@ $(document).ready(function() {
interval);
var refresh = function() {
- $.getJSON("https://mcapi.ca/query/play.totalfreedom.me:26865/extensive", function(json) {
+ $.getJSON("https://mcapi.ca/query/play.totalfreedom.me:25565/extensive", function(json) {
if (json.status !== true) {
$("#online").html('
Server is OfflineCheck out our Associated Servers!');
$(".button").hide();
} else {
- $("#online").html('TotalFreedom has
' + json.players.online + ' players online!
');
- $("#players-online").html(json.players.online + ' Online Players!');
+ $("#online").html('TotalFreedom has
' + json.players.online + ' players online!
');
+ $("#players-online").html('
' + json.players.online + ' Online Players!');
$('.button').show();
}
});