transhumandesign / kag-base

King Arthur's Gold base folder.
258 stars 119 forks source link

"playerBlob.setKeyPressed(key_map, true)" won't enlarge the minimap #1972

Open mugg91 opened 7 months ago

mugg91 commented 7 months ago

Description

playerBlob.setKeyPressed(key_map, true) won't enlarge the minimap even though pressing M on the keyboard will make playerBlob.isKeyPressed(key_map) return true and enlarge the minimap.

mugg91 commented 7 months ago

blob.setKeyPressed(key_use, false); won't cause buttons currently shown to disappear.