mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-04 01:20:36 +00:00
don't display unit deleted message when tranpsort ship lands
This commit is contained in:
@@ -111,7 +111,7 @@ export class NukeExecution implements Execution {
|
||||
// .filter(b => euclideanDist(this.cell, b.tile().cell()) < this.magnitude + 50)
|
||||
// .forEach(b => b.delete())
|
||||
this.active = false
|
||||
this.nuke.delete()
|
||||
this.nuke.delete(false)
|
||||
}
|
||||
|
||||
owner(): MutablePlayer {
|
||||
|
||||
Reference in New Issue
Block a user