Browse Source

Update MPSGameLift/Code/Source/MPSGameLiftClientSystemComponent.cpp

Co-authored-by: lumberyard-employee-dm <[email protected]>
Signed-off-by: Gene Walters <[email protected]>
Gene Walters 2 years ago
parent
commit
dd6f8560de
1 changed files with 1 additions and 1 deletions
  1. 1 1
      MPSGameLift/Code/Source/MPSGameLiftClientSystemComponent.cpp

+ 1 - 1
MPSGameLift/Code/Source/MPSGameLiftClientSystemComponent.cpp

@@ -67,7 +67,7 @@ namespace MPSGameLift
         JoinSessionInternal(consoleFunctionParameters[0], m_playerId);
     }
 
-    void MPSGameLiftClientSystemComponent::JoinSessionInternal(const AZStd::string& sessionId, const AZStd::string& playerId)
+    void MPSGameLiftClientSystemComponent::JoinSessionInternal(AZStd::string_view sessionId, AZStd::string_view playerId)
     {
         AWSGameLift::AWSGameLiftJoinSessionRequest request;
         request.m_sessionId = sessionId;