Changeset 7a95c91f6e53528d79d916107ec6ccec4ada86fe

Show
Ignore:
Timestamp:
02/10/08 11:53:39 (9 months ago)
Author:
Christopher Jung <bktheg@web.de>
git-committer:
Christopher Jung <bktheg@web.de> 1202640819 +0100
git-parent:

[1d608be039e5eccc7714f3bc6c485331a6e215fd]

git-author:
Christopher Jung <bktheg@web.de> 1202640819 +0100
Message:

Behandlung von user.ally in Templates gefixt

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/net/driftingsouls/ds2/server/entities/User.java

    re409332 r7a95c91  
    227227                                pre+"medals", this.medals, 
    228228                                pre+"rang", this.rang, 
    229                                 pre+"ally", this.ally
     229                                pre+"ally", this.ally != null ? this.ally.getId() : 0
    230230                                pre+"konto", this.konto, 
    231231                                pre+"cargo", this.cargo,