Remove fake players

This commit is contained in:
James Lyne 2020-12-17 14:50:26 +00:00
parent d1fff4e120
commit d15b318e9d

View File

@ -504,21 +504,21 @@ export default {
}); });
//Extra fake players for testing //Extra fake players for testing
for(let i = 0; i < 150; i++) { // for(let i = 0; i < 150; i++) {
players.add({ // players.add({
account: "VIDEO GAMES " + i, // account: "VIDEO GAMES " + i,
health: Math.round(Math.random() * 10), // health: Math.round(Math.random() * 10),
armor: Math.round(Math.random() * 10), // armor: Math.round(Math.random() * 10),
name: "VIDEO GAMES " + i, // name: "VIDEO GAMES " + i,
sort: 0, // sort: 0,
location: { // location: {
x: Math.round(Math.random() * 1000) - 500, // x: Math.round(Math.random() * 1000) - 500,
y: 64, // y: 64,
z: Math.round(Math.random() * 1000) - 500, // z: Math.round(Math.random() * 1000) - 500,
world: "world", // world: "world",
} // }
}); // });
} // }
return { return {
worldState: { worldState: {