Ticket #86: playerlog.sh.patch

File playerlog.sh.patch, 462 bytes (added by behemoth, 9 years ago)
  • playerlog.sh

     
    6363                $XMLSTARLET ed -L \
    6464                        -u "$XPATHBASE/@lastlogin" -v "$(date '+%s')" \
    6565                        -u "$XPATHBASE/@online" -v "true" \
     66                        -u "$XPATHBASE/@nick" -v "$NICKNAME" \
    6667                        -u "$XPATHBASE/@entityid" -v "$ENTITYID" \
    6768                        -u "$XPATHBASE/@logins" -v "$LOGINS" \
    6869                        -u "$XPATHBASE/@lastIp" -v "$IP" \