mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-22 20:22:51 +00:00
Remove idiot stupid comment
This commit is contained in:
parent
e7ecf44566
commit
9af5dffce7
@ -321,7 +321,6 @@ export const Pelle = {
|
||||
const x = str.split("");
|
||||
for (let i = 0; i < x.length / 1.7; i++) {
|
||||
const randomIndex = Math.floor(this.predictableRandom(Math.floor(Date.now() / 500) % 964372 + i) * x.length);
|
||||
// .splice should return the deleted index.
|
||||
x[randomIndex] = this.randomSymbol;
|
||||
}
|
||||
return x.join("");
|
||||
|
Loading…
Reference in New Issue
Block a user