Skip to content

Commit

Permalink
Show different partname in ModuleShowInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanKell committed Nov 22, 2014
1 parent 1fc4e94 commit 8538ae6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified GameData/RP-0/Plugins/RP0.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Source/ModuleShowInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public override string GetInfo()
string tmp = "";
try
{
tmp += "Part name: " + part.partName;
tmp += "Part name: " + part.name;
tmp += "\nTech Required: " + part.partInfo.TechRequired;
tmp += "\nEntry Cost: " + part.partInfo.entryCost;
}
Expand Down

0 comments on commit 8538ae6

Please sign in to comment.