Skip to content
This repository was archived by the owner on Oct 20, 2021. It is now read-only.

Commit 5246f58

Browse files
author
Jamie Brynes
authored
Fast forward FPS (#224)
1 parent f54e6d7 commit 5246f58

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gdk.pinned

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
e31c47b5050ee67cafe8962204aa86a259095db0
1+
4a4046374963d9555f1da025568dd01502ab9a12

workers/unity/Assets/Fps/Scripts/GameLogic/StateMachine/Session/GetDeploymentsState.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public override void StartState()
1818
{
1919
loginTokensResponse = DevelopmentAuthentication.CreateDevelopmentLoginTokensAsync(
2020
RuntimeConfigDefaults.LocatorHost,
21-
RuntimeConfigDefaults.AnonymousAuthenticationPort,
21+
RuntimeConfigDefaults.LocatorPort,
2222
new LoginTokensRequest
2323
{
2424
WorkerType = WorkerUtils.UnityClient,

workers/unity/Assets/Fps/Scripts/GameLogic/StateMachine/Session/GetPlayerIdentityTokenState.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public override void StartState()
1818
{
1919
pitResponse = DevelopmentAuthentication.CreateDevelopmentPlayerIdentityTokenAsync(
2020
RuntimeConfigDefaults.LocatorHost,
21-
RuntimeConfigDefaults.AnonymousAuthenticationPort,
21+
RuntimeConfigDefaults.LocatorPort,
2222
new PlayerIdentityTokenRequest
2323
{
2424
DevelopmentAuthenticationToken = Blackboard.DevAuthToken,

0 commit comments

Comments
 (0)