v0.7.5b: fixed the leaving early text failing to show up
This commit is contained in:
parent
f6efadd778
commit
400398e56f
|
@ -885,7 +885,7 @@ public class Hero extends Char {
|
|||
Game.runOnRenderThread(new Callback() {
|
||||
@Override
|
||||
public void call() {
|
||||
GameScene.show( new WndMessage( Messages.get(this, "leave") ) );
|
||||
GameScene.show( new WndMessage( Messages.get(Hero.this, "leave") ) );
|
||||
}
|
||||
});
|
||||
ready();
|
||||
|
|
Loading…
Reference in New Issue
Block a user