Changeset 2b93214443ccae3c1c94191d6302e54b5dc4c081

Show
Ignore:
Timestamp:
03/02/07 18:14:18 (2 years ago)
Author:
Christopher Jung <bktheg@web.de>
git-committer:
Christopher Jung <bktheg@web.de> 1172855658 +0100
git-parent:

[49073773c30643d51b0261d90586e043cf00cfcc]

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

Fixes #82 (Flotte erstellen)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/net/driftingsouls/ds2/server/modules/FleetMgntController.java

    rd7f4cc6 r2b93214  
    117117                 
    118118                if( ((fleet == null) || fleet.isEmpty()) && !action.equals("createFromSRSGroup") &&  
    119                         !action.equals("create") && action.equals("create2") ) { 
     119                        !action.equals("create") && !action.equals("create2") ) { 
    120120                        addError("Die angegebene Flotte existiert nicht"); 
    121121