Fixed Excavation not rewarding XP.

This commit is contained in:
GJ
2012-03-18 21:12:29 -04:00
parent 8f2c424657
commit 4f0c55460d
2 changed files with 2 additions and 1 deletions

View File

@ -40,6 +40,7 @@ public class Excavation {
case SAND:
case SOUL_SAND:
return true;
default:
return false;
}