maybe add extra attacks

This commit is contained in:
NilsUeter
2023-05-30 19:27:39 +02:00
parent 683444670d
commit f49f3b8a4c
2 changed files with 34 additions and 4 deletions
-4
View File
@@ -81,10 +81,6 @@ function App() {
if (roster && roster.forces.length > 0) {
setRoster(roster);
setError("");
smartlook("track", "loadRoster", {
name: rosterName,
faction: roster.forces[0].catalog,
});
}
} else {
setError("No support for game type '" + gameType + "'.");