mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-02-03 14:01:37 +01:00
Don't teleport to offline users.
This commit is contained in:
parent
bda2f5e615
commit
aa663c0c98
@ -218,7 +218,7 @@ public class Util
|
||||
|
||||
public static Location getSafeDestination(Location loc) throws Exception
|
||||
{
|
||||
if (loc == null)
|
||||
if (loc == null || loc.getWorld() == null)
|
||||
{
|
||||
throw new Exception(Util.i18n("destinationNotSet"));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user