Return to normal hub type

This commit is contained in:
cnr 2017-01-04 20:36:16 -07:00
parent f08068c717
commit fa6a60981c

View File

@ -136,7 +136,7 @@ import net.minecraft.server.v1_8_R3.EntityPlayer;
public class HubManager extends MiniClientPlugin<HubClient> implements IChatMessageFormatter
{
// Snowman!
public HubType Type = HubType.Christmas;
public HubType Type = HubType.Normal;
private BlockRestore _blockRestore;
private CoreClientManager _clientManager;