Skip to content

Commit

Permalink
adding stuf after testing
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisfoster121 committed Mar 16, 2021
1 parent 1df8324 commit 928d777
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 28 deletions.
27 changes: 0 additions & 27 deletions TestProject/Config/DefaultEngine.ini

This file was deleted.

Binary file modified TestProject/Content/ThirdPersonBP/Blueprints/Generator.uasset
Binary file not shown.
Binary file modified TestProject/Content/ThirdPersonBP/Blueprints/LobbyBlueprint.uasset
Binary file not shown.
Binary file modified TestProject/Content/ThirdPersonBP/Blueprints/LobbyPlayer.uasset
Binary file not shown.
Binary file not shown.
Binary file modified TestProject/Content/ThirdPersonBP/Blueprints/MonsterBP.uasset
Binary file not shown.
Binary file not shown.
Binary file modified TestProject/Content/ThirdPersonBP/Maps/BetaMap.umap
Binary file not shown.
2 changes: 1 addition & 1 deletion TestProject/Source/TestProject/Private/NetworkTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ void ANetworkTest::Test()

if (world != nullptr)
{
FString ip = FString("35.245.105.119");
FString ip = FString("127.0.0.1");

GEngine->SetClientTravel(world, *ip, ETravelType::TRAVEL_Relative);
}
Expand Down

0 comments on commit 928d777

Please sign in to comment.