소스 검색

Revert "test serer consideration of warp gap"

This reverts commit 921258a901807de284106e5cc3b7d5a960b2cbd7.
Image 3 년 전
부모
커밋
44e7b9e14d
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 4
      EQ2/source/WorldServer/Spawn.cpp

+ 1 - 4
EQ2/source/WorldServer/Spawn.cpp

@@ -2970,10 +2970,7 @@ void Spawn::ResetMovement(bool inFlight){
 	}
 	movement_loop.clear();
 	movement_index = 0;
-
-	if(!inFlight)
-		resume_movement = true;
-
+	resume_movement = true;
 	ClearRunningLocations();
 
 	if(!inFlight)