1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-09-24 21:31:32 +02:00

Updated Essentials to work with R5

This commit is contained in:
snowleo
2012-02-21 17:33:46 +01:00
parent f1d4b2655f
commit 8cd0c2d81d
22 changed files with 130 additions and 192 deletions

View File

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