ChateauRequest.java seems to use the spelling "cheateau" for the rest URLs - cheateau_rest, cheateau_restlabelfree, cheateau_restlabel
Looking at it in game, it seems to be "chateau"? Some example URLs I've seen:
I think this prevents timesRested from being incremented when resting. The test is currently:
Maybe KOL's URLs were initially misspelled?
Looking at it in game, it seems to be "chateau"? Some example URLs I've seen:
Code:
place.php?whichplace=chateau&action=chateau_restlabelfree
place.php?whichplace=chateau&action=chateau_restbox
I think this prevents timesRested from being incremented when resting. The test is currently:
Code:
if ( action.startsWith( "cheateau_rest" ) )
Maybe KOL's URLs were initially misspelled?