Throwing an error on /sethome if you cant set multiple homes.

This commit is contained in:
KHobbits 2011-09-02 15:58:25 +01:00
parent 248e4e2ae2
commit 4abbbcb82b

View File

@ -39,6 +39,9 @@ public class Commandsethome extends EssentialsCommand
}
}
else {
throw new Exception(Util.format("maxHomes", 1));
}
}
else
{