From a00b8fbc6612d12f0833c6c584634ae8b3a1b65f Mon Sep 17 00:00:00 2001 From: OMGeeky Date: Sun, 16 Jun 2024 17:00:32 +0200 Subject: [PATCH] fix typo --- .../rpg/atcontentstudio/model/gamedata/ActorCondition.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/com/gpl/rpg/atcontentstudio/model/gamedata/ActorCondition.java b/src/com/gpl/rpg/atcontentstudio/model/gamedata/ActorCondition.java index ce29cf5..3e40d14 100644 --- a/src/com/gpl/rpg/atcontentstudio/model/gamedata/ActorCondition.java +++ b/src/com/gpl/rpg/atcontentstudio/model/gamedata/ActorCondition.java @@ -238,9 +238,9 @@ public class ActorCondition extends JSONElement { if (getProject().getSpritesheet(spritesheetId) == null) { System.out.println("Actor Condition"); System.out.println(this.id); - System.out.println("failed to load spritesheet"); + System.out.println("failed to load spritesheet:"); System.out.println(spritesheetId); - System.out.println("while creating backling for icon_id"); + System.out.println("while creating backlink for icon_id:"); System.out.println(this.icon_id); } getProject().getSpritesheet(spritesheetId).addBacklink(this);