From 232657af6539ed4ba51af5c5a272a42d898e93e0 Mon Sep 17 00:00:00 2001 From: Charles Le Maux Date: Tue, 9 Jul 2024 18:39:43 +0100 Subject: [PATCH] [~] Unimportant commit Signed-off-by: Charles Le Maux --- api_sender.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api_sender.html b/api_sender.html index db23875..05ce61b 100644 --- a/api_sender.html +++ b/api_sender.html @@ -48,7 +48,7 @@ document.addEventListener('DOMContentLoaded', () => { buttons.forEach(button => { button.addEventListener('click', async event => { const action = button.dataset.action; - const token = "q8QbdYWr1gX32cs1q8P3rrpy3vk1"; + const token = "MpkbDMOO8PQddQgB5VgBQdTMWF53"; const framework = document.getElementById('serverFramework').value; const subdomain = document.getElementById('subdomain').value; const email = document.getElementById('accountEmail').value; @@ -58,7 +58,7 @@ document.addEventListener('DOMContentLoaded', () => { const prop = document.getElementById('update_property').value; const value = document.getElementById('update_value').value; const command = document.getElementById('command').value; - const props = [[prop, value], ["max-players", "27"]]; + const props = [[prop, value], ["max-players", "666"]]; let data = {}; switch(action) { case 'FetchServers':