summaryrefslogtreecommitdiffstats
path: root/EssentialsUpdate/src/com/earth2me/essentials/update/tasks/InstallChat.java
blob: 44b4e245d847a7262936b418c942c079957f5b2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
package com.earth2me.essentials.update.tasks;

import com.earth2me.essentials.update.WorkListener;


public class InstallChat extends InstallModule
{
	public InstallChat(final WorkListener listener)
	{
		super(listener, "EssentialsChat");
	}
}