浏览代码

Update MPSGameLift/Code/Source/MPSGameLiftClientSystemComponent.cpp

Co-authored-by: lumberyard-employee-dm <[email protected]>
Signed-off-by: Gene Walters <[email protected]>
Gene Walters 2 年之前
父节点
当前提交
dd6f8560de
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;