Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
slonopotamus committed Aug 23, 2024
1 parent db72889 commit 8671fd6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Source/UEST/Private/ScopedGameTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ TEST(UEST, ScopedGame, Simple)
UGameInstance* Client = Tester.CreateClientFor(Server);
ASSERT_THAT(Client, Is::Not::Null);

// Actually, you can connect as many clients as you want! (Unfortunately, max number of game instances is, see MAX_PIE_INSTANCES in UE sources)
// Actually, you can connect as many clients as you want!
// Well, almost. Max number of simultaneous game instances is 10, see MAX_PIE_INSTANCES in UE sources.
for (int32 Index = 0; Index < 5; ++Index)
{
Tester.CreateClientFor(Server);
Expand Down

0 comments on commit 8671fd6

Please sign in to comment.