Skip to content

Commit

Permalink
Client-server communication must use unlocalized names. Fixes #866.
Browse files Browse the repository at this point in the history
  • Loading branch information
radfast committed Aug 17, 2014
1 parent ee51734 commit a85d826
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public void setDimension(int var1)
@Override
public String getDimensionName()
{
return this.getCelestialBody().getLocalizedName();
return this.getCelestialBody().getUnlocalizedName();
}

@Override
Expand Down

0 comments on commit a85d826

Please sign in to comment.