remove something extra from clientstate

This commit is contained in:
Reid 2023-08-19 20:22:22 -07:00
parent 29541f3dc5
commit 3458a6e29b

View file

@ -36,7 +36,6 @@ export class ClientState {
isRunning: boolean isRunning: boolean
backpack: Backpack backpack: Backpack
equippedTool?: Tool
lastProcessedCommand?: InputKind lastProcessedCommand?: InputKind
logger: Logger logger: Logger