This commit is contained in:
Aotumuri
2025-05-17 17:47:36 +09:00
parent 2f7e24cf46
commit d1ca65eb15
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -57,5 +57,5 @@ export async function setup(
}
export function playerInfo(name: string, type: PlayerType): PlayerInfo {
return new PlayerInfo("fr", name, type, null, name);
return new PlayerInfo(null, "fr", name, type, null, name);
}