Deprecate it as well, because hey, it's redundant now.

This commit is contained in:
cpw 2015-11-24 15:39:18 -05:00
parent aa40a8edd7
commit f227f4ff72
1 changed files with 2 additions and 0 deletions

View File

@ -135,8 +135,10 @@ public class FMLCommonHandler
/**
* The FML event bus. Subscribe here for FML related events
*
* @Deprecated Use {@link MinecraftForge#EVENT_BUS} they're the same thing now
* @return the event bus
*/
@Deprecated
public EventBus bus()
{
return eventBus;