From adeff619705a0a3b5d71b544a902465446937110 Mon Sep 17 00:00:00 2001 From: Rusty Striker Date: Mon, 28 Jul 2025 19:12:52 +0300 Subject: [PATCH] remove useless stuff that should have been removed ages ago --- assets/web/app.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/assets/web/app.js b/assets/web/app.js index 539c63c..2ebadff 100644 --- a/assets/web/app.js +++ b/assets/web/app.js @@ -264,10 +264,6 @@ tavern.onconnectedplayers = (connected) => { function onLoginClick() { let username = document.getElementById('login-username').value; let pass = document.getElementById('login-pass').value; - if (username == 'test') { - // TODO: Remove this for when im done dev-ing with this file - tavern.onlogin(true); - } tavern.login(username, pass); } function onGameViewScroll(event) { @@ -337,7 +333,7 @@ function openRollsPopup(action) { document.getElementById('dice-roll-popup').style.display = 'flex'; } function rollPopup() { - // TODO: Maybe let the server roll the dice? + // TODO: Move dice rolls to the server to make sure no one is cheating :) // first - hide the popup document.getElementById('dice-roll-popup').style.display = 'none'; // get the holder and start rolling dice