Tweak a text message slightly.

This commit is contained in:
Olof Larsson 2015-05-20 15:08:12 +02:00
parent b54ec0a41c
commit 5e2facae8f

View File

@ -668,7 +668,7 @@ public final class PS implements Cloneable, Serializable, Comparable<PS>
{
if (world == null) throw new NullPointerException(NAME_FULL_WORLD + SPACE_WASNT_SET);
World ret = Bukkit.getWorld(world);
if (ret == null) throw new IllegalStateException("the world "+world+" does not exist on "+MassiveCore.getServerId());
if (ret == null) throw new IllegalStateException("The world "+world+" does not exist on "+MassiveCore.getServerId()+".");
return ret;
}