From 398134a2dadc74e8f50a471813c3672c05a6a536 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Sat, 7 May 2016 17:43:08 +0200 Subject: Map5Marshal: fix error msg --- core/src/ch/asynk/rustanddust/game/map/Map5Marshal.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/ch/asynk/rustanddust/game/map/Map5Marshal.java b/core/src/ch/asynk/rustanddust/game/map/Map5Marshal.java index b291062..2448b07 100644 --- a/core/src/ch/asynk/rustanddust/game/map/Map5Marshal.java +++ b/core/src/ch/asynk/rustanddust/game/map/Map5Marshal.java @@ -470,7 +470,7 @@ public abstract class Map5Marshal extends Map4Orders implements Marshal if (u.id() == id) return u; } - RustAndDust.error(String.format("loadPromoteOrder: unable to find unit %d", id)); + RustAndDust.error(String.format("findById: unable to find unit %d", id)); return null; } } -- cgit v1.1-2-g2b99