Remove Warped log, unneeded

This commit is contained in:
Marc Di Luzio 2020-07-09 18:31:51 +01:00
parent 8866f28bf5
commit b2f169d99f
2 changed files with 0 additions and 2 deletions

View file

@ -241,7 +241,6 @@ func (w *World) WarpRover(rover string, pos vector.Vector) error {
return fmt.Errorf("can't warp rover to occupied tile, check before warping")
}
i.AddLogEntryf("warped to %+v", pos)
i.Pos = pos
w.Rovers[rover] = i
return nil