mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-06 06:28:17 +00:00
fixed
This commit is contained in:
+1
-1
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user