Skip to content

Commit

Permalink
Revert "add Italian translation to list of languages loaded"
Browse files Browse the repository at this point in the history
This reverts commit 10101a6.
  • Loading branch information
progwml6 committed Oct 8, 2013
1 parent 21cfffc commit 0edb74b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/tconstruct/common/TProxyCommon.java
Expand Up @@ -24,7 +24,7 @@ public class TProxyCommon implements IGuiHandler
public static int frypanGuiID = 4;
public static int toolForgeID = 5;
public static int smelteryGuiID = 7;

public static int drawbridgeID = 9;
public static int landmineID = 10;
public static int craftingStationID = 11;
Expand All @@ -33,6 +33,7 @@ public class TProxyCommon implements IGuiHandler
public static int armorGuiID = 101;
public static int knapsackGuiID = 102;


public static int manualGuiID = -1;

@Override
Expand Down Expand Up @@ -96,7 +97,7 @@ public void addNames ()
{

String langDir = "/assets/tinker/lang/";
String[] langFiles = { "en_US.xml", "de_DE.xml", "it_IT.xml", "pl_Pl.xml", "ru_RU.xml", "zh_CN.xml" };
String[] langFiles = { "en_US.xml", "de_DE.xml","pl_Pl.xml", "ru_RU.xml", "zh_CN.xml" };

for (String langFile : langFiles)
{
Expand Down

0 comments on commit 0edb74b

Please sign in to comment.