Java client Stendhal 1.44
When using the new context menu item 'Look closely' on new item 'picture in wooden frame' nothing happens. I guess this should open/create the picture.
Console output:
ERROR [AWT-EventQueue-0] EntityViewCommandList.java ( 58) - Unknown command: 'use'
It's possible to open/create the picture by double-clicking on it.
This doesn't seem to affect the web client.
Anonymous
Confirmed.
It appears the web client ignores case when handling actions. The Java client does not. So it expects the command "Use" instead of "use" as defined in games.stendhal.server.entity.item.ExaminableItem (sourceforge.net).
We can either simply change "use" to "Use" in ExaminableItem.java or change the Java client to ignore case in action names. The latter would prevent future errors.
Fixed with [stendhal:96f0b528f849ee09a1465254b2257758ea03aecc]
Related
Commit: [96f0b5]