Fix NPEs relating combat checks and world changing. Fixes #976, #979

This commit is contained in:
GJ
2013-04-22 23:19:26 -04:00
parent 7e67505dfb
commit 2ca7d139fe
3 changed files with 10 additions and 2 deletions

View File

@ -29,5 +29,4 @@ public class MctopCommandAsyncTask extends BukkitRunnable {
new MctopCommandDisplayTask(userslist, page, tablePrefix, sender).runTaskLater(mcMMO.p, 1);
}
}