- marked as trivial
- marked as proposal
- changed title to [REQ] move 'lastjoin' & 'lastleave' to Stats_players
Issue #180
wontfix
as per the title. in Stats_player they're world specific which seems unnecessary and causes issues with my (fairly basic) php call to check join>leave=online. the value is recorded against the world so they're become mismatched. as a workaround i'm currently running regular updates to set join=leave if join>leave & player is offline (but will look for cleverer mysql for the query..)
cheers apes
Comments (2)
-
reporter -
repo owner - changed status to wontfix
This is also used to see when a player was seen in a world last/first. As you found out yourself, you can also use MAX() for the actual online time :)
- Log in to comment
edited from [BUG/REQ} to [REQ]/trivial/proposal as i've discovered the MAX(lastjoin) so can do what i was trying to do.