Merge branch 'refs/heads/master' of git@github.com:Rigby90/MultiVerse-Core.git

This commit is contained in:
Simon Rigby 2011-03-01 18:45:21 +00:00
commit 92e3917a17
1 changed files with 4 additions and 0 deletions

View File

@ -238,6 +238,10 @@ public class MultiVerseCore extends JavaPlugin {
}
}
public MVTeleport getTeleporter() {
return new MVTeleport(this);
}
/**
* onCommand
*/