Just breaking some redstone plugins, don't mind me

By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
Bukkit/Spigot
2011-02-08 12:53:30 +00:00
parent 516b5b2226
commit d19bdf7a67
3 changed files with 15 additions and 15 deletions

View File

@@ -243,7 +243,7 @@ public final class JavaPluginLoader implements PluginLoader {
};
case REDSTONE_CHANGE:
return new EventExecutor() { public void execute( Listener listener, Event event ) {
((BlockListener)listener).onBlockRedstoneChange( (BlockFromToEvent)event );
((BlockListener)listener).onBlockRedstoneChange( (BlockRedstoneEvent)event );
}
};
case BLOCK_BURN: