mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-02-23 15:38:29 +01:00
Prevented weird NPE on Taunt for LG V20...
This commit is contained in:
@@ -472,7 +472,7 @@ public final class MainActivity
|
||||
|
||||
@Override
|
||||
public void onPlayerTauntsMonster(Monster attacker) {
|
||||
message(getString(R.string.combat_taunt_monster, attacker.getName()));
|
||||
if (attacker != null) message(getString(R.string.combat_taunt_monster, attacker.getName()));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user