Move server interface where it belongs.

This commit is contained in:
Steven Lawson
2013-07-04 12:22:02 -04:00
parent 0dca359e4c
commit 391e417882
4 changed files with 11 additions and 7 deletions

View File

@ -317,4 +317,9 @@ public class TFM_ServerInterface
}
}
}
public static String getVersion()
{
return MinecraftServer.getServer().getVersion();
}
}