v0.3.4a: fixed a text error in lloyd's beacon
This commit is contained in:
@@ -220,7 +220,7 @@ public class LloydsBeacon extends Artifact {
|
|||||||
|
|
||||||
} else if (ch.properties().contains(Char.Property.IMMOVABLE)) {
|
} else if (ch.properties().contains(Char.Property.IMMOVABLE)) {
|
||||||
|
|
||||||
GLog.w( Messages.get(this, "tele_fail") );
|
GLog.w( Messages.get(LloydsBeacon.class, "tele_fail") );
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
@@ -243,7 +243,7 @@ public class LloydsBeacon extends Artifact {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String prompt() {
|
public String prompt() {
|
||||||
return Messages.get(this, "prompt");
|
return Messages.get(LloydsBeacon.class, "prompt");
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user