Skip to content

Commit d5027f1

Browse files
finduraffinduraf
finduraf
authored and
finduraf
committed
fix: Tailoring mode info loads twice
This save file version check seems to be a vestige of previous version that got left in... Fixes Attnam#669
1 parent 111357e commit d5027f1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Main/Source/cmdcraft.cpp

-5
Original file line numberDiff line numberDiff line change
@@ -399,11 +399,6 @@ void recipedata::Load(inputfile& SaveFile)
399399

400400
;
401401

402-
if(game::GetCurrentSavefileVersion() >= 135){
403-
SaveFile >> bTailoringMode;
404-
SaveFile >> v2TailoringWorkbenchLocation;
405-
}
406-
407402
// if(otSpawnType!=CTT_NONE)
408403
// SaveFile >> otSpawn;
409404
rc.integrityCheck();

0 commit comments

Comments
 (0)