[Pogamut-list] Bug in java function setCrouch()

tvcool pogamut-forum at artemis.ms.mff.cuni.cz
Fri May 30 01:12:55 CEST 2008


Bug in java function setCrouch()
Thanks for a great job you've done!
The least I could do is report a little bug I've found in setCrouch:
The function sends the command and the boolean value without a space between them

sendCommand(new Command("SETCROUCH {Crouch" + crouch + "}", CommandTypes.SET_CROUCH));

Should be
sendCommand(new Command("SETCROUCH {Crouch " + crouch + "}", CommandTypes.SET_CROUCH));

----

Reply Link: <https://artemis.ms.mff.cuni.cz/pogamut/tiki-view_forum_thread.php?forumId=6&comments_parentId=217#form>





More information about the Pogamut-list mailing list