ForgePatch/fml/common/cpw/mods
Uristqwerty 47281f2de1 Simplify logic in tick start/end
Change the EnumSet equivalent of "A &= ~ new(~B)" to "A &= B".
This eliminates the need for one temporary object in a frequently called loop, and reduces the number of methods that need to be invoked.
2012-12-14 04:14:17 -05:00
..
fml Simplify logic in tick start/end 2012-12-14 04:14:17 -05:00