We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5f4c0e commit a2f11d1Copy full SHA for a2f11d1
README.md
@@ -16,6 +16,6 @@ Open to integration of more games & data.
16
17
## Battlefield 2
18
19
-- `GameDataReaders.Bf2.ReadActivePlayer()`
20
- - Bf2Player.OnlineName - from `{userDocuments}\Battlefield 2\Profiles\{profileNumber}\Profile.con`
21
- - Bf2Player.ClanTag - from `{userDocuments}\Battlefield 2\Profiles\Global.con`
+- `GameDataReaders.Bf2.ReadActivePlayer()` returns:
+ - `Bf2Player.OnlineName` - from `{userDocuments}\Battlefield 2\Profiles\{profileNumber}\Profile.con`
+ - `Bf2Player.ClanTag` - from `{userDocuments}\Battlefield 2\Profiles\Global.con`
0 commit comments