removed final modifier to traveling item, close #1667
This commit is contained in:
parent
bf13a23a75
commit
04bf86b06f
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ import com.google.common.collect.MapMaker;
|
|||
import cpw.mods.fml.common.FMLCommonHandler;
|
||||
import cpw.mods.fml.relauncher.Side;
|
||||
|
||||
public final class TravelingItem {
|
||||
public class TravelingItem {
|
||||
|
||||
public static final TravelingItemCache serverCache = new TravelingItemCache();
|
||||
public static final TravelingItemCache clientCache = new TravelingItemCache();
|
||||
|
|
Loading…
Reference in a new issue