From dbcc67bd94870a332f62808dc408c195ca7ac118 Mon Sep 17 00:00:00 2001 From: Player Name Date: Wed, 10 Jun 2026 15:12:57 +0200 Subject: [PATCH] imports --- Server/src/main/core/game/node/entity/Entity.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Server/src/main/core/game/node/entity/Entity.java b/Server/src/main/core/game/node/entity/Entity.java index 96c74d215..80134781a 100644 --- a/Server/src/main/core/game/node/entity/Entity.java +++ b/Server/src/main/core/game/node/entity/Entity.java @@ -17,6 +17,7 @@ import core.game.node.entity.player.link.TeleportManager; import core.game.node.entity.skill.Skills; import core.game.system.task.Pulse; import core.game.world.map.zone.ZoneRestriction; +import core.tools.Log; import org.jetbrains.annotations.NotNull; import core.game.world.GameWorld; import core.game.world.map.Location; @@ -33,6 +34,8 @@ import core.game.system.timer.TimerRegistry; import java.util.*; +import static core.api.ContentAPIKt.log; + /** * An entity is a movable node, such as players and NPCs. * @author Emperor