Move server specific patch back to common from minecraft.

Update FML: 1f5c58b
1f5c58b Fix up MCP version
61e4db2 Merge joined.exc add update howto
5efc1eb Revert "Fix MC-2497 - derpy torch flames. Moved from forge. Everyone sho
3b3600d Modified merger to just consider all server classes as common. And moved
edcc5ca Forgot mcp.cfg
ca79dfe Updated to 1.4.5b
5945279 Fix python error
57bf643 Modified decompile so that we do not have to decompile the server, saves
d9d0a46 Cleaned up some tabs
2fac644 Change usage of ZipFile, fixes issues with Mac's default instation of py
This commit is contained in:
Christian 2012-11-20 09:08:34 -05:00
parent 2e2751e5c0
commit 957afc4d62
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
--- ../src_base/minecraft/net/minecraft/src/GuiStatsComponent.java
+++ ../src_work/minecraft/net/minecraft/src/GuiStatsComponent.java
--- ../src_base/common/net/minecraft/src/GuiStatsComponent.java
+++ ../src_work/common/net/minecraft/src/GuiStatsComponent.java
@@ -8,6 +8,7 @@
import java.text.DecimalFormat;
import javax.swing.JComponent;