Update ntsh
This commit is contained in:
parent
d4debeab74
commit
10eec5fd6d
@ -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)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user