You've already forked LuckyWorld
Merge branch 'main' of https://luckyrobots.com/luckyrobots/LuckyRobotsUnreal into martin2
This commit is contained in:
@ -17,7 +17,7 @@ void ALuckyRobotsGameState::BeginPlay()
|
||||
Super::BeginPlay();
|
||||
if (SocketIOClientComponent)
|
||||
{
|
||||
SocketIOClientComponent->Connect(L"http://localhost:3000/");
|
||||
SocketIOClientComponent->Connect(TEXT("http://localhost:3000/"));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user