Changeset 15c854d20931d81a8e2bbab52eac1029983a5cfd

Show
Ignore:
Timestamp:
07/07/07 22:34:12 (1 year ago)
Author:
Christopher Jung <bktheg@web.de>
git-committer:
Christopher Jung <bktheg@web.de> 1183840452 +0200
git-parent:

[a3647fc01c9e738871e327db4a2e14aeb445f1b0]

git-author:
Christopher Jung <bktheg@web.de> 1183840452 +0200
Message:

Fehlende Nebel fuehren nun nicht mehr zu einem Fehler

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/net/driftingsouls/ds2/server/ships/Ships.java

    radac94a r15c854d  
    131131                        .uniqueResult(); 
    132132                 
     133                if( nebel == null ) { 
     134                        return 0; 
     135                } 
     136                 
    133137                return nebel.getType(); 
    134138        }