Skip to content

Commit

Permalink
Updated to CB 1.4.5-R0.3 #2499
Browse files Browse the repository at this point in the history
  • Loading branch information
UndeadScythes committed Dec 1, 2012
1 parent 21d043d commit c7e7dad
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions src/com/undeadscythes/udsplugin/WEWorld.java
Original file line number Diff line number Diff line change
Expand Up @@ -1024,4 +1024,12 @@ public boolean hasMetadata(String metadataKey) {
public void removeMetadata(String metadataKey, Plugin owningPlugin) {
base.removeMetadata(metadataKey, owningPlugin);
}

/**
* @inheritDoc
*/
@Override
public boolean createExplosion(double d, double d1, double d2, float f, boolean bln, boolean bln1) {
return base.createExplosion(d, d1, d2, f, bln, bln1);
}
}
4 changes: 2 additions & 2 deletions src/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: UDSPlugin
main: com.undeadscythes.udsplugin.UDSPlugin
version: 0.21
description: UDSPlugin1 for CB 1.4.5-R0.2 #2485.
version: 0.22
description: UDSPlugin1 for CB 1.4.5-R0.3 #2499.
author: UndeadScythes - daveyognaut2@gmail.com
website: http://undeadscythes.webs.com/
depend: []
Expand Down

0 comments on commit c7e7dad

Please sign in to comment.