Add command enable/disable
This commit is contained in:
@@ -89,4 +89,8 @@ export default class Game {
|
||||
this.visitedRooms.set(roomID, true);
|
||||
}
|
||||
}
|
||||
|
||||
enableCommandInput(value) {
|
||||
this.commandHandler.enabled = value;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user