Skip to content

Commit

Permalink
Save Writing Selected job Check for Special job Error [fix]
Browse files Browse the repository at this point in the history
  • Loading branch information
LIPtoH committed Jul 7, 2022
1 parent 8f1825a commit ea0149b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TS SE Tool/CustomClasses/Save/Items/SiiNunit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ internal string PrintOut(uint _version)

returnSB.AppendLine(Job_Info.PrintOut(0, Player.selected_job));

if (Job_Info.special != null)
if (Job_Info.special != "null")
{
returnSB.AppendLine(SiiNitems[Job_Info.special].PrintOut(0, Job_Info.special));
}
Expand Down

0 comments on commit ea0149b

Please sign in to comment.