Just breaking some redstone plugins, don't mind me

This commit is contained in:
Dinnerbone
2011-02-08 12:53:30 +00:00
parent a435cae101
commit 5cb0b743b2
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: