mirror of
https://github.com/essentials/Essentials.git
synced 2025-10-03 01:21:56 +02:00
Moving the link between the states from the constructor of the state machine to the states classes.
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
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");
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user