And we have a brand, "fml". We're definitely modded :)

This commit is contained in:
Christian 2012-07-05 15:36:31 -04:00
parent 58576c2a19
commit 4ab2a3cb6b
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
--- ../src-base/minecraft/net/minecraft/client/ClientBrandRetriever.java 0000-00-00 00:00:00.000000000 -0000
+++ ../src-work/minecraft/net/minecraft/client/ClientBrandRetriever.java 0000-00-00 00:00:00.000000000 -0000
@@ -4,6 +4,6 @@
{
public static String func_56462_getClientModName()
{
- return "vanilla";
+ return "fml";
}
}