Skip to content

Commit

Permalink
fix method name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Aug 16, 2019
1 parent 90a6b98 commit 8e3a237
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -338,7 +338,7 @@ public void onEnable() {
eventManager().registerCoreMembers();

// Register all the modern script events
ScriptEventRegistry.registermainEvents();
ScriptEventRegistry.registerMainEvents();

CommonRegistries.registerMainObjects();

Expand Down
Expand Up @@ -11,7 +11,7 @@

public class ScriptEventRegistry {

public static void registermainEvents() {
public static void registerMainEvents() {
// Block events
ScriptEvent.registerScriptEvent(new BlockBuiltScriptEvent());
ScriptEvent.registerScriptEvent(new BlockBurnsScriptEvent());
Expand Down

0 comments on commit 8e3a237

Please sign in to comment.