v0.7.5b: fixed the leaving early text failing to show up

This commit is contained in:
Evan Debenham 2019-10-13 20:59:01 -04:00
parent f6efadd778
commit 400398e56f

View File

@ -885,7 +885,7 @@ public class Hero extends Char {
Game.runOnRenderThread(new Callback() { Game.runOnRenderThread(new Callback() {
@Override @Override
public void call() { public void call() {
GameScene.show( new WndMessage( Messages.get(this, "leave") ) ); GameScene.show( new WndMessage( Messages.get(Hero.this, "leave") ) );
} }
}); });
ready(); ready();