mirror of
https://github.com/KeyZox71/knl_meowscendence.git
synced 2025-12-31 13:46:51 +01:00
「🔨」 fix: fixed some things.
This commit is contained in:
@ -68,11 +68,7 @@ export default class extends Aview {
|
||||
console.log("could not remove friend");
|
||||
}
|
||||
list_friends();
|
||||
list_friends();
|
||||
list_friends();
|
||||
list_friends();
|
||||
list_friends();
|
||||
list_friends();
|
||||
requestAnimationFrame(list_friends);
|
||||
}
|
||||
|
||||
async function isFriendLogged(name: string): Promise<Boolean> {
|
||||
@ -132,7 +128,7 @@ export default class extends Aview {
|
||||
|
||||
const span = document.createElement('span');
|
||||
span.className = "px-3";
|
||||
span.textContent = list[i].friendName;
|
||||
span.textContent = list[i].friendDisplayName;
|
||||
|
||||
const but = document.createElement('button');
|
||||
but.textContent = "-";
|
||||
|
||||
@ -558,7 +558,7 @@ export default class extends Aview {
|
||||
}
|
||||
|
||||
async loop(timestamp: number) {
|
||||
if (!view.running) return this.removeListeners();
|
||||
if (!view.running) return;
|
||||
if (!this.lastDrop) this.lastDrop = timestamp;
|
||||
if (!this.isPaused)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user