mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-12 04:20:41 +00:00
Fix /home for offline players.
This commit is contained in:
parent
229ff9f0e4
commit
145d24c34c
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue