mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-07-22 23:34:44 +02:00
More changes, xmas, hook error stoppan, and other stuff
This commit is contained in:
@ -96,6 +96,7 @@ public class vMinecraftListener extends PluginListener {
|
||||
{
|
||||
Warp home = null;
|
||||
home = etc.getDataSource().getHome(player.getName());
|
||||
if(home.Location != null)
|
||||
player.teleportTo(home.Location);
|
||||
//Makes sure the player has a custom home before telling them about /myspawn
|
||||
if(etc.getServer().getSpawnLocation() != etc.getDataSource().getHome(player.getName()).Location){
|
||||
|
Reference in New Issue
Block a user