Ignore:
Timestamp:
Jul 6, 2014, 11:48:08 PM (10 years ago)
Author:
alloc
Message:

v22: Fixed playername getting cut off

File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/usr/local/lib/7dtd/playerlog.sh

    r23 r63  
    3535        PLAYERLOG=$(getInstancePath $1)/players.log
    3636        PLAYERLIST=$(getInstancePath $1)/players.xml
    37         ENTITYID=$2
    38         STEAMID=$3
    39         NICKNAME=$4
     37        ENTITYID="$2"
     38        STEAMID="$3"
     39        NICKNAME="$4"
    4040
    4141        echo "$(timestamp) +++ $ENTITYID $NICKNAME $STEAMID" >> $PLAYERLOG
     
    7575        PLAYERLOG=$(getInstancePath $1)/players.log
    7676        PLAYERLIST=$(getInstancePath $1)/players.xml
    77         ENTITYID=$2
     77        ENTITYID="$2"
    7878
    7979        createPlayerList "$1"
Note: See TracChangeset for help on using the changeset viewer.