Fix /home for offline players.

This commit is contained in:
KHobbits 2014-04-27 16:06:23 +01:00
parent 229ff9f0e4
commit 145d24c34c
2 changed files with 2 additions and 2 deletions

View File

@ -1445,7 +1445,7 @@ public class OfflinePlayer implements Player
@Override
public Location getBedSpawnLocation()
{
throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
return null;
}
@Override

View File

@ -241,7 +241,7 @@ commands:
msg:
description: Sends a private message to the specified player.
usage: /<command> <to> <message>
aliases: [w,m,t,emsg,tell,etell,whisper,ewhisper]
aliases: [w,m,t,pm,emsg,epm,tell,etell,whisper,ewhisper]
mute:
description: Mutes or unmutes a player.
usage: /<command> <player> [datediff]