Rework of ismacro and iscontinent.

This commit is contained in:
2023-03-21 03:20:57 -04:00
parent ab14173aaa
commit 94b863a835
3 changed files with 15 additions and 11 deletions
@@ -978,7 +978,7 @@ public class PlaceAssetMsgHandler extends AbstractClientMsgHandler {
// All trees must be placed within a continent.
if (!serverZone.isContininent()) {
if (!serverZone.isContinent()) {
PlaceAssetMsg.sendPlaceAssetError(origin, 69, ""); // Tree must be within a territory
return false;