Changeset 1abc5818fbac43ddbf96e56fed89504bddb18d86

Show
Ignore:
Timestamp:
12/05/06 12:56:27 (2 years ago)
Author:
Christopher Jung <bktheg@web.de>
git-committer:
Christopher Jung <bktheg@web.de> 1165319787 +0100
git-parent:

[ffa043691188b0ac0fb84643871d151b61ad4b03]

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

Eine Warnung bzgl unbekannten Spalten gefixt

Files:

Legend:

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

    rf435da6 r1abc581  
    608608                 
    609609                        if( relation.ordinal() == defrelation.getInt("status") ) { 
    610                                 if( currelation.getInt("user_id") != 0 ) { 
     610                                if( currelation.isEmpty() && (currelation.getInt("user_id") != 0) ) { 
    611611                                        if( relations != null ) { 
    612612                                                relations.toOther.remove(userid);