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
|
@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
|
||||||
|
|
|
@ -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]
|
||||||
|
|
Loading…
Reference in a new issue