1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-28 08:50:02 +02:00

Merge remote-tracking branch 'origin/master'

This commit is contained in:
md_5
2012-03-01 16:23:21 +11:00
63 changed files with 930 additions and 700 deletions

View File

@@ -7,6 +7,6 @@ public class InstallationFinishedEvent extends Event
{
public InstallationFinishedEvent()
{
super(Type.CUSTOM_EVENT);
super();
}
}