유저 킥 사유 추가

This commit is contained in:
2025-04-03 10:52:23 +09:00
parent 4c00b074c4
commit b22f0cdb50

View File

@@ -55,7 +55,7 @@ public class LandOwnerChangesScheduler extends CommonScheduler {
.build();
//유저킥
userGameSessionService.kickUserSession(guid);
userGameSessionService.kickUserSession(guid, "land owner changes");
//랜드정보 처리
dynamodbLandService.ChangesLandOwner(landRequest);