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 @Override
public Location getBedSpawnLocation() public Location getBedSpawnLocation()
{ {
throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates. return null;
} }
@Override @Override

View file

@ -241,7 +241,7 @@ commands:
msg: msg:
description: Sends a private message to the specified player. description: Sends a private message to the specified player.
usage: /<command> <to> <message> 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: mute:
description: Mutes or unmutes a player. description: Mutes or unmutes a player.
usage: /<command> <player> [datediff] usage: /<command> <player> [datediff]