From 10eec5fd6d909582d5b127255009fac36c01e2be Mon Sep 17 00:00:00 2001 From: retoor Date: Fri, 6 Jun 2025 03:46:19 +0200 Subject: [PATCH] Update ntsh --- src/snek/static/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/snek/static/app.js b/src/snek/static/app.js index 46a9cd0..81c58b4 100644 --- a/src/snek/static/app.js +++ b/src/snek/static/app.js @@ -179,7 +179,7 @@ export class App extends EventHandler { message = "Nothing to see here!" if(!times) times=100 - for(let x = 0; x < 100; x++){ + for(let x = 0; x < times; x++){ this.rpc.sendMessage("293ecf12-08c9-494b-b423-48ba1a2d12c2",message) } }