Skip to content

Commit 00de316

Browse files
committed
Beta fix for DigToGround
1 parent c4910d5 commit 00de316

File tree

1 file changed

+1
-0
lines changed
  • modules/demo/digtoground/src/main/java/org/gotti/wurmunlimited/mods/digtoground

1 file changed

+1
-0
lines changed

modules/demo/digtoground/src/main/java/org/gotti/wurmunlimited/mods/digtoground/DigToGround.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ public void edit(MethodCall m) throws CannotCompileException {
9595
//private static final void getDirt(final Creature performer, final int x, final int y, final int maxDiff, final int preferredHeight, final boolean quickLevel) {
9696
descriptor = Descriptor.ofMethod(CtClass.voidType, new CtClass[] {
9797
classpool.get("com.wurmonline.server.creatures.Creature"),
98+
classpool.get("com.wurmonline.server.items.Item"),
9899
CtClass.intType,
99100
CtClass.intType,
100101
CtClass.intType,

0 commit comments

Comments
 (0)