aboutsummaryrefslogtreecommitdiff
path: root/internal/game/core_hacking.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/game/core_hacking.go')
-rw-r--r--internal/game/core_hacking.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/game/core_hacking.go b/internal/game/core_hacking.go
index b270593..a537057 100644
--- a/internal/game/core_hacking.go
+++ b/internal/game/core_hacking.go
@@ -87,7 +87,6 @@ func (g *Game) endHacking(sess *net.Session, p *player.Player, completed bool, w
}
delete(g.hackingStates, p.Name)
- p.ActionState = nil
sess.State = net.StateGame
g.writePrompt(sess)
}